Loading Tool

Explorer IconExplorer

Memory Pool

39,743 transactions
25.89 vMB
0.06321364 BTC
Random Selection Loading Transactions
Max Size: 134.31/200 MB

Candidate Block

Mining Attempt 78ccd9f4c8e78542c9ed11dafecf2ae236e9c34ed297e256e8091ffa69432e2c
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root a1f0b15a9158f0deecfea2b965ed5a962ab83beeb8045ce3801cde65b33110f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,004
Size: 1.00 vMB
Total Fees: 0.01621747 BTC
Feerates: 73.20 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (433,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,508 481,508 0000000000000000005fc5ff0ae384b7b520ef329662b9553204dd4d886ed6b1 1,678 0.75/1.00 vMB 260
481,507 481,507 000000000000000000dac26672fb30c9fd1aa54ebd5eb21acc3df4de666e9714 1,948 1.00/1.00 vMB 227
481,506 481,506 0000000000000000010a48bf779962b5d2e275a8a47a4ba5889616cd00d89166 2,197 1.00/1.00 vMB 276
481,505 481,505 000000000000000000b0d59c4b0781341f1109513979ba3088864bc8cbd8483f 2,288 0.99/1.00 vMB 333
481,504 481,504 0000000000000000012cff88e530b319ef7fe7c795c78f2cfbd5e7ab487cfccd 2,417 1.00/1.00 vMB 315
481,503 481,503 000000000000000001109283450628ec4865960f30d8e5221509bf7cb6739df3 2,033 1.00/1.00 vMB 318
481,502 481,502 0000000000000000007a0ee0df2678e6425b90e22420cc5ca6f3ebf4949f4bc5 2,160 0.99/1.00 vMB 256
481,501 481,501 0000000000000000000f9c749e67bf9adc1b4d6c3b3466c73d4bb84649ffb562 2,272 1.00/1.00 vMB 329
481,500 481,500 0000000000000000003cd6260fc94a74bbc2c57ace723abf4e7a379f1e15ea25 1,600 0.75/1.00 vMB 294
481,499 481,499 0000000000000000007e7258651bae35d87143615c5c95fb8dee4395f5bc16b0 2,122 1.00/1.00 vMB 268
481,498 481,498 0000000000000000003952963b71a18771d7820016517aa8c3fb821da10aab39 1,492 1.00/1.00 vMB 266
481,497 481,497 000000000000000000290838eb83afaae7ff5becbf49b63ac91ec854d5599ec4 2,305 1.00/1.00 vMB 308
481,496 481,496 000000000000000000db65233f73340bf75e222d56b4b59beec1f565d7a4ba76 1,810 1.00/1.00 vMB 217
481,495 481,495 0000000000000000009d688936517cbeefa48188cd5defaf97bbc4026271d119 2,197 1.00/1.00 vMB 333
481,494 481,494 0000000000000000000cfc394273697fa1358d76240fee2fd7afbf80ff230c89 1,607 1.00/1.00 vMB 215
481,493 481,493 0000000000000000006f3ec2ce8bb8e539fe889d65bd3350ac5904e04906bc3e 1,497 1.00/1.00 vMB 205
481,492 481,492 000000000000000000d2c1fb17bdb614745ee26d66675f16efae29f4ccb08fc4 1,973 1.00/1.00 vMB 106
481,491 481,491 0000000000000000005b2fa9cbbfad7274254569a0a7d573e4df73807a01c282 1,922 1.00/1.00 vMB 253
481,490 481,490 00000000000000000022c6a301a1cdc9ce902deaa521b5b73c51fc6a73f8e5a7 1,896 1.00/1.00 vMB 135
481,489 481,489 0000000000000000004f114ad8931ec0e91a38ad7c3634f254c66070c33c0210 1,678 1.00/1.00 vMB 213
481,488 481,488 0000000000000000001a85a9eb2afb14a9c9e829510dffe9710e40cbc893442b 2,199 1.00/1.00 vMB 312
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.