Loading Tool

Explorer IconExplorer

Memory Pool

44,615 transactions
26.62 vMB
0.05906311 BTC
Random Selection Loading Transactions
Max Size: 140.86/200 MB

Candidate Block

Mining Attempt 5b6b0448f57f9047069ab097ebe44155078a8521cc1881d7ae186e05cd0ac8a5
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root daa130f2f320d0257ca1c743f97f98749eec14f7b77cf31c358262ea467313b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,331
Size: 1.00 vMB
Total Fees: 0.01015569 BTC
Feerates: 101.72 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (813,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,288 101,288 000000000000bc46bb08537bb8b58c288db9ef5da7bd7f7b3f9d935cb5ffa67a 1 0.00/1.00 vMB 0
101,287 101,287 000000000000ee66d8a2bd86b6e9a1533c3f2779c46e9064c8dd256adae653f3 1 0.00/1.00 vMB 0
101,286 101,286 000000000000b2e26876ea677efbf812b092b8a66be1fd9f83d86c0e58f7bfa7 1 0.00/1.00 vMB 0
101,285 101,285 000000000002b75f39d256eeae01cae2022db94af6b084d0c60c9fcffb428d44 1 0.00/1.00 vMB 0
101,284 101,284 000000000001bff87b29edc07a044420bbd2ad785b66e500949fa21563d21f52 4 0.00/1.00 vMB 0
101,283 101,283 000000000000df7e308659509646f922858d393df27a587645a6873645442cf1 8 0.00/1.00 vMB 0
101,282 101,282 000000000000468f2c9fc45c21c0c59ec8b3172126a73668f97a9d994f29a7fd 2 0.00/1.00 vMB 0
101,281 101,281 000000000003c38b6cd36b0105a859d3acb88aa56f12f28d1b70d923597436c4 4 0.00/1.00 vMB 0
101,280 101,280 0000000000000f764ff662fcfa4b3272a3f96b56accde975ed701716d5f4cfa7 2 0.00/1.00 vMB 0
101,279 101,279 000000000003b6acabf878e039427ee0dfdb283af44f41a938487986e7d1d1f5 2 0.00/1.00 vMB 0
101,278 101,278 000000000001b1fc407d1c2c813cf4fee1aaef78e9929b01ee6cdbc6a9adaa35 3 0.00/1.00 vMB 0
101,277 101,277 000000000002d61d0f5ac49ab002dda60b89e56a5dbb91fb80d6798cfee1ba3f 2 0.00/1.00 vMB 0
101,276 101,276 000000000002696c05c859d0824877f6f52ab75605a2216a70ba9f245d74cd2a 2 0.00/1.00 vMB 0
101,275 101,275 00000000000165726387f0ea8c33f71626509769c08246d32f38cbc930699b13 6 0.00/1.00 vMB 0
101,274 101,274 0000000000021aa05f0f5e57513e01b0c9e47f302cb889cf757810219ee40103 1 0.00/1.00 vMB 0
101,273 101,273 000000000000bb042d3a27bf5aaf69be296f7b6b5db120dc81738fc4b3744d3d 5 0.00/1.00 vMB 0
101,272 101,272 0000000000007a0ae3436790fcbbd59eccadf2e41b7a0c023e8c1b976bf5c84b 1 0.00/1.00 vMB 0
101,271 101,271 000000000000b70bbf0a44f223d3ea08334366f67aa2e1618dc5bc5baf730a4f 3 0.00/1.00 vMB 0
101,270 101,270 000000000003e9291b72d6a0c904000cc37eddbdb91859113e2e35e59b1c12ad 1 0.00/1.00 vMB 0
101,269 101,269 000000000000c3bbd93e778b8c52a993181bf459ecce0042edf650a65f21ecf6 1 0.00/1.00 vMB 0
101,268 101,268 00000000000267a6987bce7907fae3fd6ace30ebc6da45b86f753d9fd48bacad 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.00 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: 648.94 GB
    • Received: 13.11 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.