Loading Tool

Explorer IconExplorer

Memory Pool

41,425 transactions
16.71 vMB
0.15091592 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.25/200 MB

Candidate Block

Mining Attempt af901dc379b1897571f5be3db045132f4728e702fbc4bc7fb078852fec71674a
Version 20000000
Previous Block 000000000000000000020ba0b0f97ade18a7734e70bffe99fde86a5e317db4cd
Merkle Root d676f12724143459bb48b1e5d2122aa00f77c0f2ed4707b39f44f8ee32203a18
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.05513822 BTC
Median Feerate: 4.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,314 (776,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,806 136,806 0000000000000651415bab433982da3dd0726a1611ebea5b6b0fb2593f48e5e7 5 0.00 vMB 0
136,805 136,805 0000000000000a85a76e6194da65025ded169e9757adf15b07efcb092af0b630 44 0.02 vMB 160
136,804 136,804 00000000000009825cf981bd9a7b6d4266caa914b14195c23127e6215faa04be 14 0.00 vMB 294
136,803 136,803 0000000000000a120fabace5936f3a6ca8c0c6cccdb0c9baf7f1a5ed357ff3bf 132 0.05 vMB 279
136,802 136,802 0000000000000188cf3b892ad8dfaa26c47c4dbd9ff3405350a5d5c9b79db963 81 0.03 vMB 339
136,801 136,801 00000000000006eee923de3c5de11bc21f29a831b3eee32a50150834b40eed17 43 0.02 vMB 225
136,800 136,800 00000000000007f32231aafb64bd044b902cb6d5191bb9b8a0bddfe5c57e6938 14 0.01 vMB 958
136,799 136,799 00000000000005ce7b263704c70a1e54b4cc54184eaf8a2f6dd8ba062995eec7 133 0.04 vMB 154
136,798 136,798 000000000000086402b9d6f92d27024e5f4a517578586b7f6b41cce62edaa968 42 0.01 vMB 313
136,797 136,797 000000000000015fe56b802ba931df4fb979a3b68fedde90343072f7cd89a81b 55 0.02 vMB 316
136,796 136,796 00000000000006a4945137a356775ba39e16bc40d50bd23f1620cd4c42c55765 70 0.03 vMB 511
136,795 136,795 00000000000007fae0670db61195f0cd331bd548e78e5ab3f1be81deec67503e 78 0.02 vMB 0
136,794 136,794 000000000000090164a00418aacd53bb2f9c4eb21be5649d8925960d13bffcf2 68 0.04 vMB 279
136,793 136,793 00000000000006104b3579bb0ef5c6c22904def30e4f9f34adfad1e7e946f9dc 13 0.01 vMB 151
136,792 136,792 00000000000006ae43a6b3da4a1fa883f7db683d5ebb3a9e67417ba466bfcb9a 4 0.00 vMB 2,475
136,791 136,791 00000000000002f824897f16ecc2432208e60dda5a18e1c30248f599c8be1b3d 2 0.00 vMB 3,891
136,790 136,790 00000000000005063ccf190c81f33c79e3eacadb735de515d4f8312d8f0a3444 10 0.00 vMB 21
136,789 136,789 00000000000009b8fcb4dd5ac569a0373d41564cd3e9c3cfd31059420b149414 42 0.02 vMB 341
136,788 136,788 00000000000007879c54b8c691cc6bebcddc60cbdca7a595a28df7caac71d883 37 0.01 vMB 406
136,787 136,787 00000000000001274cd360ad76e7821886d0be6ff3a8dc0327709325e6bf4791 36 0.01 vMB 94
136,786 136,786 000000000000091e8283e1b35d8a495fc1e6b0d140d682636f1d1c6bd5fc5549 33 0.02 vMB 194
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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