Loading Tool

Explorer IconExplorer

Memory Pool

72,287 transactions
27.85 vMB
0.05894378 BTC
Random Selection Loading Transactions
Max Size: 165.36/200 MB

Candidate Block

Mining Attempt 6e8445d63e08af2131588cd50c6569bf23e2206706ff3e0661065cd50cc445b8
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root ec8ac9cfc4cead69e93d8165368e9074b21f9a4023a2addf26a583e69b250f74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,821
Size: 1.00 vMB
Total Fees: 0.00333682 BTC
Feerates: 12.53 > 0.33 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (344,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,352 570,352 000000000000000000203511b5f981c2f6566c239541fb9123956e6ed4ac9c34 1,128 1.00/1.00 vMB 32
570,351 570,351 00000000000000000009fe7b3883c869ce3f007e3f6806a45afaf7f22042575d 1,116 1.00/1.00 vMB 8
570,350 570,350 000000000000000000279117f2f7e1f09039bf05d5917239d197ce60d0b0d5f3 1,625 1.00/1.00 vMB 16
570,349 570,349 000000000000000000110dc47d36f3b493b60ca4ed5b7a93b2af029f0adfa8c6 2,580 0.99/1.00 vMB 64
570,348 570,348 00000000000000000020842093cbaddf9118c661224dcbe7b4122ddd10fce02b 1,819 1.00/1.00 vMB 37
570,347 570,347 0000000000000000000658ece9be0ad55d64cace67481a87e1ae9ae7a2628403 1,581 1.00/1.00 vMB 14
570,346 570,346 000000000000000000131cde639f1f40c2807eb3fea207b45ac510274c5e9f46 2,251 1.00/1.00 vMB 36
570,345 570,345 0000000000000000000b238f250e4f9a0c189bb7c768c9bcdae5774c80b950c8 1,193 1.00/1.00 vMB 16
570,344 570,344 00000000000000000008edfca957aebb52f9896d02107f1a796508f708fc23af 2,672 1.00/1.00 vMB 56
570,343 570,343 000000000000000000117cfcad398084b74830bd36708c7484d1c45d1810f85e 1,859 1.00/1.00 vMB 25
570,342 570,342 00000000000000000025ccda10a5fe9c80f029d56a4e4ffe6458eb755d1f700c 2,340 1.00/1.00 vMB 39
570,341 570,341 0000000000000000001d33fd68d952d3e6db6078ced0501fd188a62986de6861 2,328 1.00/1.00 vMB 65
570,340 570,340 00000000000000000027bad05114ebcc87c7d2303bd59ab6ed6438863999e07a 2,494 1.00/1.00 vMB 68
570,339 570,339 0000000000000000000df7c4351655487f619abaab667cb840a0f5a9127cf90c 3,027 1.00/1.00 vMB 96
570,338 570,338 000000000000000000295d33e2d06b834c0101551676da4393762f72d8f31f54 2,846 1.00/1.00 vMB 110
570,337 570,337 0000000000000000002161e267a49c4355a1b0a4abdd589a2a8dfd4947d4561c 1,697 1.00/1.00 vMB 51
570,336 570,336 0000000000000000000ede7dc5009e272d22606c39f0ce5ffdbb3841bf22c500 2,557 1.00/1.00 vMB 117
570,335 570,335 000000000000000000013293e43680b63c1764b6961c5c65f796a4304222e0c8 2,066 1.00/1.00 vMB 70
570,334 570,334 0000000000000000000afed04c9332af80fd2a8aff6ae6974dd590de1eb6d01d 2,854 1.00/1.00 vMB 91
570,333 570,333 0000000000000000001d7438b791fef4257c5d898d8f32078fd9dc07a2597fa0 3,010 1.00/1.00 vMB 130
570,332 570,332 0000000000000000000deffc55298c5f5ed4b6cbc06a07d3729f9307df819310 2,980 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.51 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: 668.60 GB
    • Received: 15.54 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.