Loading Tool

Explorer IconExplorer

Memory Pool

83,254 transactions
31.23 vMB
0.09247523 BTC
Random Selection Loading Transactions
Max Size: 191.54/200 MB

Candidate Block

Mining Attempt 5676668e89c523d7af475918e4ba641290a46a7d4cd49c3af75e03b1a9a9632a
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root d53770af8e4d31746ac6adc60a0705abef33dd5e6b067d90d97c0f5c781f849b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.02149398 BTC
Feerates: 114.60 > 2.15 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (498,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,479 416,479 0000000000000000007db2dca8f1851cf3c1c4e0c534569c0da77fc9cfbdae6d 1,571 1.00/1.00 vMB 39
416,478 416,478 000000000000000005025206a09785f1578eca644269a4abfec9d9ef6afc34e1 1,324 1.00/1.00 vMB 33
416,477 416,477 0000000000000000017d27c8ebe763248b6a3bd9f9679be2d4e95a796c450d61 1,654 0.61/1.00 vMB 69
416,476 416,476 00000000000000000319e4d27bbabd1209950b9632a6fe6a0fd749188aa85338 1,614 1.00/1.00 vMB 37
416,475 416,475 0000000000000000048150da1b99ef6bddaca867bdbfe24be25852e74ce5e8b5 2,549 1.00/1.00 vMB 59
416,474 416,474 0000000000000000009564042abe9a470048d54843ec5eeb09b38bfde3cdb3a0 1,222 1.00/1.00 vMB 32
416,473 416,473 00000000000000000548d4de88c9ed8d6243bd90de84d29e5601f7d46f41f402 741 1.00/1.00 vMB 20
416,472 416,472 0000000000000000002f6e1dd63285c339dd836b58b6e1681cd8599fcf344d30 17 0.00/1.00 vMB 126
416,471 416,471 00000000000000000022691ce1a1acfc4a26c56c6808cc94405a3054d6cbcd3e 1,491 1.00/1.00 vMB 44
416,470 416,470 000000000000000000f7c3cda651c8a38e501aa99a0b5de06e5efdb11f831386 2,098 1.00/1.00 vMB 55
416,469 416,469 00000000000000000488e9c925eb9c107a392927b296fcec80f2decbe8e80d06 602 1.00/1.00 vMB 20
416,468 416,468 000000000000000001ca3aae596a26c2c0168d50b39940b598734693b7fe0016 971 1.00/1.00 vMB 19
416,467 416,467 0000000000000000023f32a9636cf859aa871b89621b0b82695b6674dfabfa0d 1,809 1.00/1.00 vMB 25
416,466 416,466 0000000000000000002e6607d01b45dd815ecd7e9fb14f8187af6ee296f8456f 348 0.16/1.00 vMB 80
416,465 416,465 000000000000000001c8362ef2895fb7baf4cf8138c39eb89b1e44ea6f5c62bb 1,803 1.00/1.00 vMB 45
416,464 416,464 000000000000000002eb5339651706dea435ff8a018c488b0bfae29ab4a50258 1,616 1.00/1.00 vMB 44
416,463 416,463 000000000000000004aa9ff0e3202a8b5128e27440bada00063f4e4ddb509c84 2,415 1.00/1.00 vMB 75
416,462 416,462 00000000000000000419b478f83e96217165548d949843610e08d55f19d210bd 303 0.25/1.00 vMB 63
416,461 416,461 0000000000000000053086cd5069e082b332bbd6f47e1a05047e8b111dba4ee6 1,706 1.00/1.00 vMB 28
416,460 416,460 000000000000000004105019217c811ac2b1c79cf44fd204d930d91e0d7738a6 1,738 1.00/1.00 vMB 63
416,459 416,459 00000000000000000382aa505c782ce1e06c8c730e7fcdbf6979112db6674608 1,541 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.77 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: 709.43 GB
    • Received: 16.91 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.