Loading Tool

Explorer IconExplorer

Memory Pool

44,906 transactions
31.33 vMB
0.10319019 BTC
Random Selection Loading Transactions
Max Size: 159.44/200 MB

Candidate Block

Mining Attempt 4db5a02259dc33f2a856c3ee58bff58ce9d02f775266af966f4817d978113a32
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root 847e6f2f88d82a1e413c161dcf2754e6ee578a3b2fa76b1680c18182bbeae0eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,492
Size: 1.00 vMB
Total Fees: 0.03854575 BTC
Feerates: 301.05 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (838,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,283 76,283 000000000021b51c3ebc3f062d3d7cf50b1525fef335c0e6146b1423dcdd053b 1 0.00/1.00 vMB 0
76,282 76,282 000000000044e4c45121fd95b525a35e2cde40eaae9503fe20df64e7e0318dca 1 0.00/1.00 vMB 0
76,281 76,281 00000000001ddaf482a1510d25c9267b056bd917620043075a65c00510b34e79 2 0.00/1.00 vMB 0
76,280 76,280 0000000000554dbd313a2ebf0b8ebb46556a21973ca28685539854b263c3d26f 1 0.00/1.00 vMB 0
76,279 76,279 00000000001759029077b9485fdeb49d0bb5de7a341c0742cba2360a90e588f8 2 0.00/1.00 vMB 0
76,278 76,278 000000000015dfae8600b4b5218341c6bfabb0c66ebe5ef7d94e7268f119cd4c 2 0.00/1.00 vMB 0
76,277 76,277 0000000000354b81659cfc4adcf63aab03c82fbb7ab473ac7c9ffb8624cbcea9 1 0.00/1.00 vMB 0
76,276 76,276 00000000000e4587a1b01e647501c0663070bd0143b79a1ddb7d261ab9e80d5f 2 0.00/1.00 vMB 0
76,275 76,275 00000000005ddc90abab522e49f894b06c9ad238bce626b3a7a5ded4c1d11526 3 0.00/1.00 vMB 0
76,274 76,274 00000000005034e6225ffc78f1ffa961360f58db8bba880998f8b0f10913646d 1 0.00/1.00 vMB 0
76,273 76,273 000000000020b7c53fae09a954f483b02af28274c241485d2fea35a2c3c8014c 1 0.00/1.00 vMB 0
76,272 76,272 00000000005ff427a93f3afadb58d6f607efe8dbcbdd8019c1c130b111db598a 1 0.00/1.00 vMB 0
76,271 76,271 00000000006eeff4335d6aab0efe3286b48c01d24d123e4add9da6329e53a680 1 0.00/1.00 vMB 0
76,270 76,270 00000000000c1539091fe35c3270ecfa40c9f8c1b82a1d057f2339dcc92d3720 1 0.00/1.00 vMB 0
76,269 76,269 00000000002befbed330922b07e4aa249a016e6804b21f0e6c738177492086a3 1 0.00/1.00 vMB 0
76,268 76,268 00000000004c5aaddcd90deee486a51b3c1be662be43d74915529026fe649d46 1 0.00/1.00 vMB 0
76,267 76,267 00000000001b75ac8a94f529a44470e7f30f0f655c66dfba8ccd8eed16a9ec98 1 0.00/1.00 vMB 0
76,266 76,266 00000000000999fd48db56ff8fd946c9797878f0f3e1ed05360931665ff1c30b 1 0.00/1.00 vMB 0
76,265 76,265 000000000068176fb864960099339ba6930165b3a599f4c60fce992790b2d500 3 0.00/1.00 vMB 0
76,264 76,264 00000000006efeb7c2524db05c9e4e6aee8b242f0528e461cff4f4032eba4631 2 0.00/1.00 vMB 0
76,263 76,263 00000000002c3aa37262bb008a8a2c7f8d9085843eadc8ec542dd22818d32bb3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.46 GB
    • Received: 10.68 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.