Loading Tool

Explorer IconExplorer

Memory Pool

53,283 transactions
29.81 vMB
0.15190798 BTC
Random Selection Loading Transactions
Max Size: 159.87/200 MB

Candidate Block

Mining Attempt 4031f630be0397662faa167e534db61570dcacb398c907530c42fe400e23085d
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 105659cb0a93b8029afa5da0344dc1a0aff5b939b8a3ad9ee6a646feecc69b28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.07911649 BTC
Feerates: 445.47 > 7.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (573,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
341,274 341,274 0000000000000000067872e8bc7ebdffe808d2ed3a314fae97f927696241b00a 1,060 0.84/1.00 vMB 18
341,273 341,273 0000000000000000162061cdd96630f84db298c4a869f1742543b457b8ae2b31 1,708 0.75/1.00 vMB 33
341,272 341,272 00000000000000001a8cb802a28cdbcb73a8b406e32bc2429f583a41d6f83d8b 354 0.19/1.00 vMB 28
341,271 341,271 00000000000000001a489635a7fa90d997c602902bb949a87610594dc21c18c7 143 0.10/1.00 vMB 4
341,270 341,270 000000000000000001b449fb1f47305565a98c2f4c9c7afcfb242c878def7b28 544 0.35/1.00 vMB 19
341,269 341,269 0000000000000000055930490286c951504d73995961e2333d172f9e792af4de 175 0.11/1.00 vMB 24
341,268 341,268 000000000000000014685b9bc249ca75f19980ed8c67adf01dd304d25295a8e6 400 0.22/1.00 vMB 21
341,267 341,267 00000000000000000de770502c10e310d6dd57932a9acf0a6c0655c10c71a312 108 0.07/1.00 vMB 20
341,266 341,266 00000000000000000b094c328d9931623430abdc5c08df1093adc751bc766d59 325 0.21/1.00 vMB 20
341,265 341,265 000000000000000014d4041050e0a8aac9f5471aa6ae5cd54ef38d6814096e91 320 0.19/1.00 vMB 15
341,264 341,264 00000000000000000f465eb0b32c28263a5731d32656a05dff878292d4800b11 128 0.04/1.00 vMB 32
341,263 341,263 00000000000000000df51b50b625e58f415a419bca3edbc8d5d00ea8603636b2 98 0.15/1.00 vMB 13
341,262 341,262 000000000000000004256cc72232a5a1a71de295d45164f14bd54769820852f2 551 0.75/1.00 vMB 16
341,261 341,261 00000000000000000829f0d3cd85a51fe0ccdbb16c5cab6856bf250f52620888 1,614 0.75/1.00 vMB 28
341,260 341,260 00000000000000000fe678dec297d184e6557cae33f141212976fbd539810fb6 710 0.35/1.00 vMB 26
341,259 341,259 000000000000000013f2fa8bda6e4a8ac3983713571af10d52b483974b259f9e 1 0.00/1.00 vMB 0
341,258 341,258 0000000000000000048c39092108be37da65ff962b7ad116c07b9431502d2c24 1,119 0.40/1.00 vMB 43
341,257 341,257 00000000000000000f34967d502edce40cfa13f3503db2c4c60bff19236feb03 538 0.34/1.00 vMB 23
341,256 341,256 0000000000000000146025356ba4fda6460ad29242b5dae5db9ab728da60ce25 183 0.10/1.00 vMB 14
341,255 341,255 000000000000000007df8642c74670a131d995c6ab84899a72dc8a85b4354fd6 884 0.52/1.00 vMB 30
341,254 341,254 000000000000000005478a1f4cfe5101df58ee52e28930ba49a29691b5139da4 592 0.38/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.