Loading Tool

Explorer IconExplorer

Memory Pool

89,121 transactions
33.08 vMB
0.20352980 BTC
Random Selection Loading Transactions
Max Size: 199.71/200 MB

Candidate Block

Mining Attempt c4f8a7e1024f9c4edd6ac377a8186b8941d253752dddb790d39171ca1ec920d8
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c66ff039e0b244553cd52ba66f764e393cce7569a2c03e87217bed195f55d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.09051849 BTC
Feerates: 387.56 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (98,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,861 816,861 00000000000000000000b3c41439b88640ba5248f0ed1be0a1577e305a6352d5 3,784 1.00/1.00 vMB 75
816,860 816,860 000000000000000000030b13ee9ca2b8c8b48aa4c44bac3b4da35ba6ddb02e5b 4,475 1.00/1.00 vMB 57
816,859 816,859 00000000000000000000c630c1815198b26c6ad2e460054a5d2f91713fc112ea 3,910 1.00/1.00 vMB 82
816,858 816,858 0000000000000000000015be758a692f6cb2330c10c9d62f71125a8f6b238f04 4,135 1.00/1.00 vMB 54
816,857 816,857 00000000000000000003503eb1370cc4d09822d7e3b19cd38a77b0c2f6fd98c6 3,937 1.00/1.00 vMB 66
816,856 816,856 00000000000000000003631e9efec76ffe1a7de2a2523e0a49443c0d95825c00 3,279 1.00/1.00 vMB 80
816,855 816,855 000000000000000000003f9a44eaf303f70f2dc7eeff250f73f5991955022678 3,899 1.00/1.00 vMB 46
816,854 816,854 00000000000000000002325a4803c891022c8932e816f65d4ce5910256665186 3,860 1.00/1.00 vMB 46
816,853 816,853 000000000000000000031465fe1c8dfaef04a1db7267e1c4e92c03fe0ca6b2f5 2,865 1.00/1.00 vMB 44
816,852 816,852 000000000000000000030d80ee7c2417590a3a55046204a38bf3d41167087d46 4,060 1.00/1.00 vMB 59
816,851 816,851 00000000000000000001211be45e9b5e6744c3f7050314c61ef8dab0692bd6b9 3,071 1.00/1.00 vMB 67
816,850 816,850 000000000000000000007dd4501a2c629004bcdae7a18b63b1ef06746acc9cfe 3,515 1.00/1.00 vMB 89
816,849 816,849 000000000000000000040d6faf3e84cf0d7885a7cc06295566c4d1402281965f 3,842 1.00/1.00 vMB 61
816,848 816,848 00000000000000000000d7b52bb1c010fb82f6e0b11de09314058f792cb0aecb 3,506 1.00/1.00 vMB 51
816,847 816,847 00000000000000000000a1781730111d9a288e464a527453052e574388a11ad3 4,040 1.00/1.00 vMB 61
816,846 816,846 00000000000000000000373b56b531ab46dba19b79688030ccabe8686f44a0c5 3,898 1.00/1.00 vMB 56
816,845 816,845 000000000000000000027138c56f1c7237cd13e265668630c76fdb650f79e399 3,972 1.00/1.00 vMB 55
816,844 816,844 000000000000000000035d2e359a7ab08d0c4e1cffb034b5cc5a4f87e340d71f 5,335 1.00/1.00 vMB 39
816,843 816,843 00000000000000000002cc95aeba4d7a5709a83fce9f50d7af3d4f94ae1ff04d 5,567 1.00/1.00 vMB 39
816,842 816,842 00000000000000000002ea3939d25862bcab295ce1d189d9e80ed5d910c5a496 4,289 1.00/1.00 vMB 35
816,841 816,841 00000000000000000002f94f0a8b5ffcf2891782e12ff3cec8f09ada73f54c70 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 GB

Node Details:

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