Loading Tool

Explorer IconExplorer

Memory Pool

43,215 transactions
29.54 vMB
0.07701222 BTC
Random Selection Loading Transactions
Max Size: 151.57/200 MB

Candidate Block

Mining Attempt 3dcdeec016105bc9559824897a406cd493580df882589f6a4000ad448f141106
Version 20000000
Previous Block 00000000000000000001c828f0aae187fd43c96f8afcfb80f879b49902b03414
Merkle Root 1bb71400c803e38434d3b8e5b9522e488eeebd0aecb719386631a5f89e42edcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,704
Size: 1.00 vMB
Total Fees: 0.01887462 BTC
Feerates: 200.71 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,533 (840,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,561 73,561 00000000004bd8886eb704395bb48753fb45f0e42a9518b406731812c5667ff3 3 0.00/1.00 vMB 0
73,560 73,560 00000000000f5c2adbe935cae200c53ffb525ec057693cf0b2d48b30429ccd41 2 0.00/1.00 vMB 0
73,559 73,559 00000000008b979ee3f51ed93bead8ecba9628f04aeec33c2cfa688c268e6107 1 0.00/1.00 vMB 0
73,558 73,558 0000000000a53343dd7f14ec1ec6b34d5944fb524323cef2598fbb28831c0762 2 0.00/1.00 vMB 0
73,557 73,557 000000000023e16d303d91083cd1cf7dfba93130252a50693bac3c75013b3dfc 1 0.00/1.00 vMB 0
73,556 73,556 00000000001f7ece073d868ae35c738e7ed93424c0a5122adec7574e642e7fc1 1 0.00/1.00 vMB 0
73,555 73,555 000000000028d82505359327e1370655831986ec73215bd5035007f571fe7a61 5 0.00/1.00 vMB 0
73,554 73,554 00000000004ea396c3f8b090ef49fcaecbc8555cd3c5345c6adfbe562236e8c2 1 0.00/1.00 vMB 0
73,553 73,553 000000000072a8a4f9f2ba10d16eac1f7994b9d55b7f0ca0271f3a88084794de 5 0.00/1.00 vMB 0
73,552 73,552 000000000050ea0a8d8119da69e0167af4030c2953a4a22bd1319eab40be1a03 1 0.00/1.00 vMB 0
73,551 73,551 000000000083097ad7f9fb08ece2d0402ffa796a1468df70ddb3c5d92ed7bb58 1 0.00/1.00 vMB 0
73,550 73,550 00000000001f1eee9e8b65d5f1e4ef734b8e3d64ad3407a2c6d26cfeaf4c8787 1 0.00/1.00 vMB 0
73,549 73,549 0000000000573d03745ae9b72d089d4bc553fb99954d3c1640d75f5b534cac9e 5 0.00/1.00 vMB 0
73,548 73,548 0000000000b89330b0c2661422712871d0cb93d31a4dbfc1036b7fd948f223f8 1 0.00/1.00 vMB 0
73,547 73,547 00000000001038ae994feae1575ec01ae444ff06da7da8bfc69af22dab259335 1 0.00/1.00 vMB 0
73,546 73,546 000000000099ae23ec45ae651c5fa6cdc3505e20e5daf6a3c33b65e05311839c 2 0.00/1.00 vMB 0
73,545 73,545 000000000080b9121afa49801191632c88794fbe39f442e6a6444024726ceddb 4 0.00/1.00 vMB 0
73,544 73,544 00000000006ae62ec09df4a53180ac1ed017a3f4ecec81f38729410682a4947e 1 0.00/1.00 vMB 0
73,543 73,543 0000000000b1dbe0057f5d71184130db5e82c555193b608109250e0c832b7158 1 0.00/1.00 vMB 0
73,542 73,542 0000000000b4c7096c5265b9d1387261d3be93cf634e741ff4a6568d55d9c4d0 2 0.00/1.00 vMB 0
73,541 73,541 00000000008f5d8dcbe92fae7b3cd2034b31c5f9b9d7a392a38367fccc4b3792 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.56 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: 621.94 GB
    • Received: 11.28 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.