Loading Tool

Explorer IconExplorer

Memory Pool

23,914 transactions
10.63 vMB
0.06015954 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.85/200 MB

Candidate Block

Mining Attempt 0899bc35c6d921c360b7fdfac730be522658e438bc701471d2eeaa92aed7158f
Version 20000000
Previous Block 00000000000000000000eaa7b994c149971c708bd50f02ccdb989d396103d993
Merkle Root 9742ce8d12c7db8dbf19f8bc0dfa2359722edb260c567884049caa7c8b533dda
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,152
Size: 1.00 vMB
Total Fees: 0.04258671 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,534 (762,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,063 151,063 000000000000048158e2f66a754df541f613ad7e21c306651b6070e03184deff 48 0.03 vMB 251
151,062 151,062 000000000000068bcdefb7ccae59524077d6cafbd99861066961107c8efb0542 132 0.05 vMB 158
151,061 151,061 0000000000000244c72d024f92e3efdbd43a882352d5dbda00b049d873cae369 145 0.05 vMB 80
151,060 151,060 0000000000000b1ba2ce032b608bdc8ac3917f8aead44f1599945570fa98988a 54 0.02 vMB 112
151,059 151,059 0000000000000486686bfbf5da38ee895969d282b51e66441230d388aec2e22f 99 0.05 vMB 131
151,058 151,058 0000000000000b251d0a7fc1b0c471eba0783790a1acc6d0af7b3eb947185c90 99 0.05 vMB 163
151,057 151,057 000000000000022bcaa071333ab840df651d18ad9fb96cabc687da206bc37b53 27 0.01 vMB 230
151,056 151,056 0000000000000619bfcb939bb1a88d084758cc23e25023f28cee37d5e95b6864 65 0.02 vMB 11
151,055 151,055 00000000000002e1d20c9b8fa82443fdb9c8e783fc09f155396f7d003749b68b 50 0.02 vMB 355
151,054 151,054 00000000000009b9ae895ccf1470733f218e151e3ba12dea02419c3ea9829773 36 0.01 vMB 53
151,053 151,053 00000000000005fca0827eba3d34c5955fcf3c20b073e82a7495d65fda88bcda 45 0.02 vMB 221
151,052 151,052 00000000000005a412bb90c327259ce0ab34faf6fc263be7f26ad95dc1a7cd2f 59 0.03 vMB 427
151,051 151,051 00000000000008c29fe462e4430694d22837af2543ccc39ce5bfa35f33f09a96 6 0.00 vMB 87
151,050 151,050 0000000000000ad5a0dd2879554e50442eb4e7083acbbba692398691cf77333e 49 0.02 vMB 225
151,049 151,049 0000000000000a3b3eb0c491a83e58f9c2eeb773adea5750cdcf374e447d11e7 103 0.03 vMB 87
151,048 151,048 00000000000004205a38933ceac56a22d2f4847e45010d5fdf56e11a53d14fc0 35 0.02 vMB 118
151,047 151,047 0000000000000b32d9632d09e1e10fce60fea484870165bc727b43e44b846846 17 0.01 vMB 88
151,046 151,046 0000000000000b1fc281f4a9bf711240802418f6726c1823bcc95aa668395b2d 8 0.00 vMB 30
151,045 151,045 00000000000003801046c9d1bf0ce226f0e451620d5ca79cb56dde75f57e3cbd 11 0.01 vMB 98
151,044 151,044 0000000000000a77c63f8805bf95b1f4182077b5f3ba9b376874f716f903217f 61 0.03 vMB 151
151,043 151,043 00000000000007aed801e2e8def0b4dc605330eadc45b3324a078b1a070277a5 133 0.05 vMB 24
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 404.29 GB
    • Received: 2.10 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.