Loading Tool

Explorer IconExplorer

Memory Pool

40,109 transactions
27.20 vMB
0.05588427 BTC
Random Selection Loading Transactions
Max Size: 141.30/200 MB

Candidate Block

Mining Attempt 8d21a4c38284d0945621e0b617cb4f1a7b6062c78c353d80a140149e11b1d03e
Version 20000000
Previous Block 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848
Merkle Root 439a1e11292f16fb8e1a71285a2bc4fe412d64493f828eb41d0b5d78cea61639
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,336
Size: 1.00 vMB
Total Fees: 0.00484563 BTC
Feerates: 50.24 > 0.49 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,258 (813,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,278 100,278 000000000002f4647c178f69c72987dfaa791604c377ce408a6aa989a4e027c7 2 0.00/1.00 vMB 0
100,277 100,277 0000000000007b6dcda13271151eeed770e833e5c99fd0ef2fea41e9030d4b99 1 0.00/1.00 vMB 0
100,276 100,276 000000000002920cb08da78fa0af3dda8c9f12d06a82b1e3c43ab411b68eb49e 1 0.00/1.00 vMB 0
100,275 100,275 000000000003de9acdff2ddfa85c1f2f19bb879a76834a79a691cd3db16ad298 1 0.00/1.00 vMB 0
100,274 100,274 0000000000041216a8f37b7f2c422df0b57dd8d5316f4fa6d64dffdeadbcbac1 4 0.00/1.00 vMB 0
100,273 100,273 0000000000039d5ca4d2af0b01797caa87ac6f429b148ec53902384a50e0b68f 4 0.00/1.00 vMB 0
100,272 100,272 000000000000e293de2d817466952dd97dabc63f2c102e5eba9a26a05c4105af 1 0.00/1.00 vMB 0
100,271 100,271 00000000000269dadcab9db7ded4f6c2f1424cd6e346d83ab8f983f4baf9ff87 2 0.00/1.00 vMB 0
100,270 100,270 000000000001a19c17278f83d82d5465c36c76e606c07ec852995dd709492e50 1 0.00/1.00 vMB 0
100,269 100,269 0000000000048011050649f4cf4497915787a361412aac384c2b5505b97eb08a 7 0.00/1.00 vMB 0
100,268 100,268 000000000003f5ce514a27b86c869abf06d8b3c003cffa2e57ba743bfa81406a 5 0.00/1.00 vMB 0
100,267 100,267 0000000000032e4b4c906c3c1b2e660d77037b2e3ebdbf8e719e1aac5b00d5bc 1 0.00/1.00 vMB 0
100,266 100,266 0000000000035af877e7dd0ae710e96355442987650dd6cad663a8d029e76ca7 3 0.00/1.00 vMB 0
100,265 100,265 000000000004152c81cd29723982c9c0e16b308ce6349287cad73ad120358930 4 0.00/1.00 vMB 0
100,264 100,264 000000000001365ac22c7bdf79fceb334b69b6d26963b6d39789583183faed39 1 0.00/1.00 vMB 0
100,263 100,263 00000000000450e7ef10fc476b7b6c134167ff3cef56e4f8b27e869ca6af664d 1 0.00/1.00 vMB 0
100,262 100,262 000000000001260e9edf5c2d6c55b69e7b11b20946475fd4745f5599ee78c152 3 0.00/1.00 vMB 0
100,261 100,261 0000000000013340baebf5c9713f6de2eebe9b29c13828be335fdca8df379e89 7 0.00/1.00 vMB 0
100,260 100,260 000000000001687835c260a9f5ede840b85d276775e61d7110f5c22f7c2022b1 13 0.00/1.00 vMB 0
100,259 100,259 0000000000017332c5cd0e32ca809c8ee469b09cff53fe8d57b65d1092864011 11 0.00/1.00 vMB 0
100,258 100,258 000000000002f4168b0c5ce4850973b7490840295240aaa1b5b23e74569be4f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.05 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: 577.59 GB
    • Received: 8.61 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.