Loading Tool

Explorer IconExplorer

Memory Pool

31,395 transactions
25.96 vMB
0.06542981 BTC
Random Selection Loading Transactions
Max Size: 129.51/200 MB

Candidate Block

Mining Attempt b3b0e59487d2f1d8464907ddb6b947c02db6fe4192a9685af45578a10ef8e9cb
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 6b1e919549bef5befe061236e24321a0bd3fb19eec6a568832c5bbd2b255f308
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,415
Size: 1.00 vMB
Total Fees: 0.01798447 BTC
Feerates: 477.45 > 1.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (797,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,543 116,543 000000000000ca1ef627723274978bfa4d5af0903fdea24f86370448ad7d4b9e 20 0.01/1.00 vMB 114
116,542 116,542 0000000000009405cb9ed871e27e70ab51e326a0d2f187796fa51ccffc3bab62 20 0.01/1.00 vMB 2,292
116,541 116,541 0000000000006162b1d45b071928533e20fab05d72827f5306cb94432ce29c9e 3 0.00/1.00 vMB 1,205
116,540 116,540 00000000000022c8ee6a1c309cd65ddd991232908a2dcb5e03b221b7db0903ed 12 0.00/1.00 vMB 339
116,539 116,539 000000000000ed7d160c29d7f6a6c4eaa1c77e9c465219a248b6253fc4582b13 14 0.00/1.00 vMB 1,363
116,538 116,538 0000000000009b9273e830780bac5ae9e7aa38f94422b2862081cf1bb5f305c6 8 0.00/1.00 vMB 3,875
116,537 116,537 0000000000006b4d6012bfef2975af6aca7b1e4da0435ad50a7c807f941edfaa 10 0.00/1.00 vMB 707
116,536 116,536 00000000000051a2b58300a2fb4b901a3ac95fc80d7b4bf0c1b180fdd885486b 14 0.01/1.00 vMB 825
116,535 116,535 0000000000004a0646a4d85f7bd7ffa30eec7ddb200a41782e664adcd4a702d9 12 0.00/1.00 vMB 1,071
116,534 116,534 000000000000cf7cfd08a8de8604fa4aa8fefaa044ddaa3dc4c45c89e7139f39 11 0.00/1.00 vMB 670
116,533 116,533 0000000000002c34ef9a8f5e4673b28dcc57940810df98a7d1fb361fd69b6a30 28 0.01/1.00 vMB 1,539
116,532 116,532 0000000000006ecca8ab240c89ac9970ebfd07ce3cae0bb3b3019f2147f0b898 15 0.00/1.00 vMB 3,878
116,531 116,531 000000000000035223cb13dc1087cbe7e6c829ecce28f865244518013e7451df 12 0.00/1.00 vMB 705
116,530 116,530 000000000000ea2ca199cafd1362ece59d7c6f3867b5e0d6f20c12af6752fb48 11 0.00/1.00 vMB 0
116,529 116,529 00000000000015e8254b57a63a032a7915ffb05481a59da386c78b6f746a7913 17 0.01/1.00 vMB 1,163
116,528 116,528 00000000000037071dbaf1fe06a1d79507012abf0c0a82ab64a7f7025007b346 11 0.00/1.00 vMB 335
116,527 116,527 000000000000af7238dffc006e231dd89efb817567dbaee22f6fa80c422c5f78 7 0.00/1.00 vMB 1,633
116,526 116,526 000000000000b5683e36409e6112b630c26e9ac3f062c4917d6b7762a39a25a1 9 0.00/1.00 vMB 929
116,525 116,525 000000000000cbe515c4e5b809b211768e93d9e1ade187090d945d5f6169fd87 11 0.00/1.00 vMB 344
116,524 116,524 0000000000000a6308b3214807bf8855a2aa222948150678032433bf02b63f47 11 0.00/1.00 vMB 0
116,523 116,523 000000000000d9db5746ceae17a2e522b276d899fd1c12f48406d0ed8e376e21 12 0.00/1.00 vMB 573
Previous 10 blocks ↓
Total Size: 781.09 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: 579.01 GB
    • Received: 8.83 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.