Loading Tool

Explorer IconExplorer

Memory Pool

76,781 transactions
28.61 vMB
0.07101159 BTC
Random Selection Loading Transactions
Max Size: 173.33/200 MB

Candidate Block

Mining Attempt 7a96bd1862dce1e2f7dcca2692be6d12bc9fb9cfc8d13843f877d76372f0976f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b7b22243e7e2ba23b791e1920148531c6e22eaa538d77113e0eb639125cfd87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,419
Size: 1.00 vMB
Total Fees: 0.01172360 BTC
Feerates: 71.79 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (275,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,870 639,870 00000000000000000004bfb75e55cd077d40e6e08bd3e7bd977843c9a93cfba6 2,520 1.00/1.00 vMB 35
639,869 639,869 00000000000000000000dda60b1e175c490188344715fce709836c5a2cc42661 2,869 1.00/1.00 vMB 64
639,868 639,868 00000000000000000001feea8030db57e4d2cfcb62c6fb60ddc2ffe0c7fc26e6 2,867 1.00/1.00 vMB 66
639,867 639,867 0000000000000000000bb8048d2a48fe7d87e63777e286628d78cc522122536e 1,295 1.00/1.00 vMB 17
639,866 639,866 00000000000000000008daad6619e9c151723eb90b28e6a3379f1b1fe73833a8 1,912 1.00/1.00 vMB 30
639,865 639,865 0000000000000000000cbd1d62b757b937a3c72dd0998f61bec91fd37183d5a6 1,915 1.00/1.00 vMB 19
639,864 639,864 00000000000000000006f14e750057f7ec7a214c51c9136ff6e03a338057866a 2,473 1.00/1.00 vMB 31
639,863 639,863 00000000000000000003af01f888e8bcc47c1e542f0aecf738fc8b67493b4c38 1,860 1.00/1.00 vMB 62
639,862 639,862 0000000000000000000306fb4c2c2ff070ad63c08cb0c1d20e2540ed50a3adba 1,786 1.00/1.00 vMB 23
639,861 639,861 00000000000000000008a174c2ea29e2ad32fcc16cf821043654f23573d43071 772 1.00/1.00 vMB 3
639,860 639,860 00000000000000000000f366e32a4f8921f1cb59ac98b593cfdbacb0fe0a3502 1,327 1.00/1.00 vMB 15
639,859 639,859 00000000000000000008684fa679903eada1a9874ba6e79946473e20d38c061a 450 1.00/1.00 vMB 4
639,858 639,858 0000000000000000000e93e971666ad1230824d7c298d483e7654e2bebb4e7b1 692 1.00/1.00 vMB 12
639,857 639,857 00000000000000000004490bce63dfafed5676f0062a288ec618a0b54e53440e 425 1.00/1.00 vMB 5
639,856 639,856 0000000000000000000a8934ae05edf03d58277ec0baca6b977c5a482e1a41c9 2,274 1.00/1.00 vMB 33
639,855 639,855 0000000000000000000b5834607fdb037cd8ea72e8355598616bb4b6dbf91cd5 1,109 1.00/1.00 vMB 4
639,854 639,854 000000000000000000075d9f645f1273ddecc53aba60b5c39c031cbd1d429b55 1,939 1.00/1.00 vMB 24
639,853 639,853 00000000000000000009cb2bf907b718cf823657e2676e291987ab4ee77788d6 1,250 1.00/1.00 vMB 4
639,852 639,852 00000000000000000000f87c51ac9cf6e2ead38dfefdf3c0c5d52045b4124498 1,879 1.00/1.00 vMB 8
639,851 639,851 000000000000000000031ac4e93d2bfbc768bf31377c7dc43b0abe4186e22411 2,560 1.00/1.00 vMB 13
639,850 639,850 000000000000000000069287f04756ff5cd93ce2d48bd105dcc2060dde4bb154 2,173 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.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.