Loading Tool

Explorer IconExplorer

Memory Pool

23,011 transactions
10.11 vMB
0.02756779 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.82/200 MB

Candidate Block

Mining Attempt 554212341a6e57233289d9950ae51929d92f3d07a5612f6a8c76c5c266d946f6
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 862371058175e949082b96d80b4258ab7093091fa5774e425146d53a728a0dd8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.01124152 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (723,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,644 189,644 00000000000004406acc1218c6cc426bace7156bb2dd8d0a7056897fe2f36700 512 0.22 vMB 221
189,643 189,643 000000000000003fe93e85eb67912285a2434eed23b17cd95059e867263347ef 10 0.00 vMB 50
189,642 189,642 0000000000000819b506dfbb7a768ad0e9b6f50ebeff084acd8492573fef0684 205 0.11 vMB 196
189,641 189,641 00000000000006ab1adb0b6e5257f842abf04fc2de6d6b552519ee5c6d9dc339 56 0.02 vMB 165
189,640 189,640 000000000000052f19119ef08b2691bc994614019582c34edaedcc79e141b631 34 0.01 vMB 93
189,639 189,639 00000000000005001cd086db18e254f3fc0757b22a2dcba4f69ad7a283455699 128 0.05 vMB 133
189,638 189,638 00000000000004b7b1913bd5f38cda8531e52ba3ee7a6748b2ee2a7cfbfce7ef 13 0.00 vMB 103
189,637 189,637 00000000000008c6230cbc4d249bc3145cb13260f2c28d8063191c63a22db435 92 0.06 vMB 77
189,636 189,636 00000000000005d5f0328587c81845ea8a8427a91084a04c04bb1f3c491afa2a 121 0.04 vMB 67
189,635 189,635 000000000000065bd8d5f0ebe416d40fe78c8745b0af3225d8391419488975c5 232 0.12 vMB 109
189,634 189,634 000000000000022b8ee3f7005cebc7d3b8153cceb1f4ca279ba8904903e8f573 64 0.03 vMB 108
189,633 189,633 000000000000019aa792e27f53088c7fe3ad3d42855c251d54d533d2bff09717 109 0.05 vMB 109
189,632 189,632 000000000000060c12a56bc812f5058f765b1278b70ead99595db92d51a478d7 134 0.07 vMB 85
189,631 189,631 00000000000005894143c3c4f1a5b47035f33b9112c890083140479edb4a2b4e 512 0.20 vMB 142
189,630 189,630 0000000000000118d8dc9f8a27e01b8da6acb93431bfb57b93f6fc78ec93c3b9 123 0.05 vMB 92
189,629 189,629 00000000000003e985eee3c6c19b6b99ee579082c4b721983db3f21abc1f59aa 1 0.00 vMB 0
189,628 189,628 000000000000044630614cd6c01bf63ee50118ffd8f388c446b8e7278280d0ce 140 0.11 vMB 80
189,627 189,627 0000000000000239e56388a7012af0d9b374ce0915517ee26854b34b1870a874 40 0.02 vMB 88
189,626 189,626 000000000000083a60111dfdbc0a2593cb0c8c05381e6c15585e801ee0d0bb5f 10 0.00 vMB 86
189,625 189,625 00000000000002c0ed848618b265e372b1c9bdc5e9c66e249794270af0ea54f0 454 0.16 vMB 142
189,624 189,624 000000000000003e3c1b20fac560f6d8f3af91f28ba058d219e5282cbc3101fc 121 0.05 vMB 104
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 379.16 GB
    • Received: 1.90 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.