Loading Tool

Explorer IconExplorer

Memory Pool

82,660 transactions
31.91 vMB
0.09552132 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 4bd32c7621fbd5d7eece237d6f2a6389a73c9f45a41278c9b5d22c28e05c0a6e
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 50228052e3af30ca5f8853570386a830827df943332ad59490b6fc9d97355f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.03096203 BTC
Feerates: 101.66 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (513,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,867 401,867 0000000000000000036831fd63c84a4c7c1206dad658959a59e91a56fc7a309a 1,742 0.99/1.00 vMB 44
401,866 401,866 0000000000000000003d95600eb1276a925cd1d22fb15df13cf597f77096df96 1,342 0.85/1.00 vMB 41
401,865 401,865 0000000000000000033cb1619d7038c197fe8a5622671716f3130a29d5ec5ac7 1,939 1.00/1.00 vMB 46
401,864 401,864 00000000000000000627158689c2c3a40e3c7ba7c71144e508acae6484365777 494 0.56/1.00 vMB 17
401,863 401,863 000000000000000004c515304de5f93c6e449c6b00c3d94d0a5586d9e78d09e9 1,822 1.00/1.00 vMB 47
401,862 401,862 00000000000000000320fa27ae9fd7813639a663493fb6a34f01ce05e62aa53d 2,010 1.00/1.00 vMB 52
401,861 401,861 000000000000000003c8132618bc47491efe541486f4dbd68b8e3eb1bdf9afe3 1,874 0.99/1.00 vMB 49
401,860 401,860 000000000000000005bc704a1a03ffea330ef896e3cc6ca8c7697cfa8ad19e30 162 0.10/1.00 vMB 48
401,859 401,859 00000000000000000361184230c79729cfeceb11a687802b887d0168a6a0f103 612 0.70/1.00 vMB 29
401,858 401,858 0000000000000000062931baf0bee0d35366c7327b51ad9c9a207dbf2f7f3e00 1,114 1.00/1.00 vMB 29
401,857 401,857 000000000000000002b4e91a21093caa999fee1a4b14954e6b9b459f5c9d616b 2,023 1.00/1.00 vMB 37
401,856 401,856 0000000000000000051ffe2d949d9e61f54fbacbfe00c9f57882569c35f3e6d0 2,107 1.00/1.00 vMB 47
401,855 401,855 00000000000000000615f2d0afeae20dbf06256a678ea1f7154c1e716beb0a92 2,051 1.00/1.00 vMB 69
401,854 401,854 00000000000000000318709a2480e7923fee85367f997fc0d62a40072748d8be 2,022 1.00/1.00 vMB 55
401,853 401,853 000000000000000006a108360521264bb9bba1840a70185fc13fba02d1a6d0a4 418 0.28/1.00 vMB 45
401,852 401,852 00000000000000000022fd6dbea17ded423a049dd6dbba0027136e2c9eb0717b 733 0.51/1.00 vMB 44
401,851 401,851 0000000000000000045f866e3467639fa682aebdd26766adfc99dbce54f2da43 390 0.24/1.00 vMB 43
401,850 401,850 000000000000000001d34f3a31187956834689e050e78a572bd3cae74482de72 325 1.00/1.00 vMB 4
401,849 401,849 000000000000000006d1ac3ec430011da10f426e3c8b48572c3f9b94dc444d3f 1,170 0.75/1.00 vMB 44
401,848 401,848 000000000000000001bbe2e3245a8466df1bf3d521d54ff1f8c6875f1100f3a5 309 0.18/1.00 vMB 29
401,847 401,847 000000000000000000b9e153e6ee43a8bb07e110d0c9694bef0234f2200293f1 1,358 1.00/1.00 vMB 34
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: 658.72 GB
    • Received: 14.58 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.