Loading Tool

Explorer IconExplorer

Memory Pool

87,910 transactions
32.58 vMB
0.24893429 BTC
Random Selection Loading Transactions
Max Size: 194.74/200 MB

Candidate Block

Mining Attempt 95c65bad58942e58b0dabac84325bf30ebbd1c01a897267be25a1963da57c3af
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root e500990d5caa4f762795de6414d5447c2f365dedd94f4d2679fa9f102a56efbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.11009254 BTC
Feerates: 538.26 > 11.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (309,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,424 605,424 0000000000000000000d8a10a6b8600093a1cdf7f3d8af85fba6355d896592c9 2,997 1.00/1.00 vMB 32
605,423 605,423 000000000000000000139d382276a4cdc3fb4aae1753b1038cb95b616a2aec24 2,672 1.00/1.00 vMB 37
605,422 605,422 000000000000000000013029fb22f67a5661051c0c83ee5f57b0bdb50c58a2b1 2,924 1.00/1.00 vMB 37
605,421 605,421 0000000000000000000794af4dcd36263c849a27d7daacc4c3d534a1d20c7c0a 2,604 1.00/1.00 vMB 45
605,420 605,420 00000000000000000010e915f41380c1adb6dba07ad8de7da0a2f9c767234990 3,071 1.00/1.00 vMB 66
605,419 605,419 000000000000000000014070ef2569ba6bbf0423782c72931300d79f772042b5 2,666 1.00/1.00 vMB 49
605,418 605,418 0000000000000000000d980d09404ef1ced0e5527b55e507ad780d7b656e6208 2,793 1.00/1.00 vMB 30
605,417 605,417 0000000000000000000cec5c143ed8c59248c93e661007b11ba2577e8047db24 2,516 1.00/1.00 vMB 18
605,416 605,416 00000000000000000005a6702366781755b7a4b9840ad1998d9643695796d5c0 2,761 1.00/1.00 vMB 39
605,415 605,415 000000000000000000086b05a4d1213da8d799f25965d99609dd00abe3451710 2,665 1.00/1.00 vMB 37
605,414 605,414 00000000000000000010d89d972f3420d2bb6e109145d35d954c94f729aa23a9 2,952 1.00/1.00 vMB 42
605,413 605,413 00000000000000000008bd5ce03a5de56dff2e86c2a9df4f12b37a9b32c9dfac 2,231 1.00/1.00 vMB 26
605,412 605,412 0000000000000000000c62cc34c2fea15f16f6825bc734fa6af7551a265f87dc 2,761 1.00/1.00 vMB 31
605,411 605,411 000000000000000000090821dec50c63254996a564dce2a1fd37090cc77ccdc6 2,961 1.00/1.00 vMB 28
605,410 605,410 00000000000000000003eb69aa4379063a4863066dd2986408480c236ae290ec 2,886 1.00/1.00 vMB 38
605,409 605,409 000000000000000000113c3c41cfe7300ced07cd7ec82c3d7c149f4609d935d9 2,685 1.00/1.00 vMB 48
605,408 605,408 00000000000000000014e207348c17b888af84a47b909006d92f4e764368a8e9 3,136 1.00/1.00 vMB 29
605,407 605,407 0000000000000000000883a03094dde1221683e17fb3982ca36d84cb114b3eb8 2,521 1.00/1.00 vMB 32
605,406 605,406 0000000000000000001126a14313ad34d4ebf59b8a68e17a8c3f573c18fa6d5e 2,792 1.00/1.00 vMB 30
605,405 605,405 000000000000000000070b8aa36d8b33152bb286fa4f5c1af55e8ca5a9026d3a 2,914 1.00/1.00 vMB 36
605,404 605,404 0000000000000000000f929ec5c79c8fda07a448afb3307b3bb2829f16eda154 2,660 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.