Loading Tool

Explorer IconExplorer

Memory Pool

80,327 transactions
29.66 vMB
0.09003522 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt 737e4f0c094de4389f604b196201c201eac8e5ada0a569ada5047bc758e8a7bb
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 7619d1f3e245b585c600f3d7e6e616b4d88f648b056d266c0058fae0ca69adfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,982
Size: 1.00 vMB
Total Fees: 0.02429701 BTC
Feerates: 90.00 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (174,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,790 740,790 00000000000000000006f68551f4ac614dc383019b506a6c22a9263e60d40f30 3,116 1.00/1.00 vMB 26
740,789 740,789 0000000000000000000304eb0ef191d1196f9d03089f65a55072727e3124eebc 2,403 1.00/1.00 vMB 27
740,788 740,788 0000000000000000000636c34f454fe763f70e60d485b91ce57fb90e2ae3a5b3 2,222 1.00/1.00 vMB 33
740,787 740,787 00000000000000000002ee3517bea0577df3ec245b2cb11eed5638d6a0d337a0 2,054 1.00/1.00 vMB 30
740,786 740,786 000000000000000000003d3d62ca1c6876ff0f10fc9d2696d45a2476c0c3f5a0 827 0.35/1.00 vMB 11
740,785 740,785 000000000000000000052268db5914c12dee97e05743fc3dec8e6801fd360c81 1,973 1.00/1.00 vMB 22
740,784 740,784 000000000000000000082e63f31a34f7401e7ef271964303bf9b30a992f90b24 1,250 1.00/1.00 vMB 8
740,783 740,783 00000000000000000007c6f9d797a966bdffb5af96a7aaaf085a32c63946aaeb 666 1.00/1.00 vMB 2
740,782 740,782 00000000000000000006d871ce53f7ba6593fdf98d2c3e055ba8e950664a6060 840 1.00/1.00 vMB 3
740,781 740,781 00000000000000000003f7b6f53eea0a723f0afeb667ab925c82d5994ebf9063 2,210 1.00/1.00 vMB 16
740,780 740,780 000000000000000000034b2b1b39ad0e67e27be21e48e5d883084cca8dced855 1,584 1.00/1.00 vMB 15
740,779 740,779 00000000000000000006ef652c569e7d55d2bc81e2045f200383b7f647596dc1 2,104 1.00/1.00 vMB 9
740,778 740,778 000000000000000000044f9100138591a5e1344e5670bd750618b9babd7d6e78 3,021 1.00/1.00 vMB 29
740,777 740,777 0000000000000000000410648c95dc38a97ebc4978395ed1d0717ad9a32dbc3d 2,407 1.00/1.00 vMB 7
740,776 740,776 00000000000000000005af1709d36555e4a42d3b983afa10201fd1fcb94cb699 2,313 1.00/1.00 vMB 19
740,775 740,775 0000000000000000000707933a23b8b11f648e4128f1d92d103be052ba32e36e 2,503 1.00/1.00 vMB 22
740,774 740,774 00000000000000000001c4c8a5aa4b3e0fd25b1057803dcb0e4112ba725f9e50 1,496 1.00/1.00 vMB 22
740,773 740,773 00000000000000000005669896813dde52b396799ff6ce069ae94f4370e2d4a2 2,357 1.00/1.00 vMB 12
740,772 740,772 000000000000000000018d34f5083f85492005aac3500279bb8d079ac77332b4 3,248 1.00/1.00 vMB 17
740,771 740,771 00000000000000000003eaae9420617403fe125598ef801d6f747fd49258354e 2,913 1.00/1.00 vMB 28
740,770 740,770 00000000000000000006b54615ffb996b5851206f5c01bbb5457f09ca74a60b2 3,208 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

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