Loading Tool

Explorer IconExplorer

Memory Pool

40,534 transactions
28.30 vMB
0.07205874 BTC
Random Selection Loading Transactions
Max Size: 144.27/200 MB

Candidate Block

Mining Attempt 3b904f45f225fbcc0855ae822aece6ea1a0048ecbebc7538b5f2db1b640f07c4
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 11c02113fd4b5ad36a76f659e43a5f64822d3daca25864bc3b5e8daf18204f7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.01749112 BTC
Feerates: 88.27 > 1.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (435,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,330 479,330 000000000000000000e91c915ada1feb27b78d692896da8c2cfa18bfecc67bf3 902 0.46/1.00 vMB 79
479,329 479,329 0000000000000000002f84133131dddf8475b7512b25d6f644f5185b5a008422 320 0.16/1.00 vMB 68
479,328 479,328 0000000000000000005469e131f10d19b36c32b0909888aecd49733f091147c4 952 0.52/1.00 vMB 52
479,327 479,327 00000000000000000121a2b6a1af8c383ba75b8e7aaea5e0058cc5af14264cfe 1,547 1.00/1.00 vMB 80
479,326 479,326 00000000000000000118102515950f43ca988c75687a4115a0e352f4ef86f415 651 0.39/1.00 vMB 92
479,325 479,325 0000000000000000001353db9445d66d5149daa51c38b2ed4819f3b4d3cea8de 585 0.34/1.00 vMB 78
479,324 479,324 000000000000000000c9600ed7a377e28b4ac5a37ad2179b9c133e663d7a3351 310 0.20/1.00 vMB 62
479,323 479,323 0000000000000000004e0b42dd2a81878b742127b35088c5f1df3c61589c2502 1,532 0.99/1.00 vMB 60
479,322 479,322 000000000000000001294f4436f7e573bc3d179b6f2c097509631b36434ee86e 2,171 1.00/1.00 vMB 117
479,321 479,321 000000000000000000175fdf991bcaece88b649bfb4f243e5e0014663446e32b 1,729 1.00/1.00 vMB 76
479,320 479,320 00000000000000000091d06cf437786e2ae00b77dc46e34673aca851523fa7f7 1,701 1.00/1.00 vMB 86
479,319 479,319 0000000000000000006030d28b4c4aacd2624f0bb9dd80a2de06bce3ac223220 468 0.34/1.00 vMB 54
479,318 479,318 0000000000000000000beee1cd9d3cdd54d8bba7c179f7a4e46c53dd23adad26 1,666 1.00/1.00 vMB 18
479,317 479,317 000000000000000000bb7ef6b68394bc6b07efa20bd1bcb0b2ab4e82aef3a1fa 2,073 0.99/1.00 vMB 114
479,316 479,316 000000000000000000a670e02e4184d07ff93493903b4fa1d2cca7e9dd723c36 1,660 1.00/1.00 vMB 28
479,315 479,315 00000000000000000140554a662ca55ec1c28a503e3914ad1a7ed9934a419a2b 1,761 1.00/1.00 vMB 27
479,314 479,314 00000000000000000030dd579defff293ac2bcb119db4308323052342631e93f 1,800 1.00/1.00 vMB 96
479,313 479,313 000000000000000000e58af82116023ded0ccfc2fccbe9b4b0f3dfa8fbc526bf 1,616 1.00/1.00 vMB 87
479,312 479,312 000000000000000001065e0e401c85d7738a3b80b37c7c6ebfa70f634cab24cd 1,134 1.00/1.00 vMB 53
479,311 479,311 00000000000000000125aa32c7bb6c02bba5d4ee90fd6fb502b094ece7dbd34e 903 1.00/1.00 vMB 27
479,310 479,310 000000000000000000eb20815b7e051728b6d2b272074a68c303bd9cd08d240f 2,357 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.