Loading Tool

Explorer IconExplorer

Memory Pool

82,854 transactions
31.25 vMB
0.12304127 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 102cc784e2fcc8787b05f37bf8aeec0fa20f565bacc1c4b253e6aaf230118906
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b4217062ba4189eeea4295ff7836f598b324985a94121922208895804a3579d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,503
Size: 1.00 vMB
Total Fees: 0.04266654 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (309,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,484 605,484 000000000000000000009f2ba45915b0c0b6fcc5fa7bedc85a1afd712c925dfc 3,020 1.00/1.00 vMB 38
605,483 605,483 00000000000000000010d05954a7308f4d87dd3b8a5c5479fa7c63d2195413bb 3,535 1.00/1.00 vMB 47
605,482 605,482 0000000000000000000aac117ba0c0910956020b30e847154311d7d01d50476f 2,906 1.00/1.00 vMB 45
605,481 605,481 0000000000000000000dd9331fa59773b39ea80674ddc3c29c7eb1480e69806e 3,650 1.00/1.00 vMB 47
605,480 605,480 0000000000000000000fffe958df9d84cf6c4ef9487a23f63a58178344625c44 2,928 1.00/1.00 vMB 48
605,479 605,479 000000000000000000107e2eb82c218dc413c8e90d4972c7a5d75197f7572e4b 3,105 1.00/1.00 vMB 39
605,478 605,478 00000000000000000012d7249aae22d6afbf5150260b24f3cb21666cae8e8eab 2,946 1.00/1.00 vMB 26
605,477 605,477 00000000000000000007f9242d49cb82860499211cd8f51801caf4bb89b16e2c 2,602 1.00/1.00 vMB 27
605,476 605,476 00000000000000000011671ee2033ce3f2fa0fe38c8d577572094d360d24fb0c 3,116 1.00/1.00 vMB 42
605,475 605,475 0000000000000000000b2f8b71825cca5c81308f09561c4c0f887503133f43dd 2,579 1.00/1.00 vMB 42
605,474 605,474 00000000000000000009ac06837bc13222a6f8478c8b4a7bb24c23d52c903a9b 2,379 1.00/1.00 vMB 35
605,473 605,473 000000000000000000115ea7de1819a2106ed3a63e312b2f48a3760697932887 2,865 1.00/1.00 vMB 45
605,472 605,472 000000000000000000100b213e62d7e033e01078efc8299d1d5027d80088daeb 2,991 1.00/1.00 vMB 48
605,471 605,471 000000000000000000123ed6e4f8e0232d72f951436ebaa808654640338c500a 2,933 1.00/1.00 vMB 44
605,470 605,470 0000000000000000000cfbc60ea0c45858e2e753710f55eb3a7a414e90a88988 2,415 1.00/1.00 vMB 27
605,469 605,469 0000000000000000000971525a08a9647e5b63244a1e76944da15921114d661b 2,328 1.00/1.00 vMB 34
605,468 605,468 0000000000000000000846fb269c219a4d22ddf28d7ac0d67e3cbf66130578e4 3,167 1.00/1.00 vMB 34
605,467 605,467 0000000000000000000a868e3305f1b93090243066106fd0c08c2a5051e3a23e 2,685 1.00/1.00 vMB 44
605,466 605,466 00000000000000000008233b2344b0ced7d61b17b4d69166e81301b9cd000f13 2,236 1.00/1.00 vMB 64
605,465 605,465 0000000000000000000c87968019b92a914fae779f0b9f53842d3e6fd3baa247 997 1.00/1.00 vMB 81
605,464 605,464 00000000000000000012443096621ddf9d9c963fb09e231b067aa914c6f5875a 1,708 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.52 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.77 GB
    • Received: 15.57 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.