Loading Tool

Explorer IconExplorer

Memory Pool

46,073 transactions
30.79 vMB
0.12632636 BTC
Random Selection Loading Transactions
Max Size: 156.88/200 MB

Candidate Block

Mining Attempt ab869fa4148bc0b2ab502ec155266fae9c086debd9d1d0f4ec49d66f3f9cb768
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 070d69caaced762ed9f6dfa7b2e39038e8249e5c178e8b3c500238dc6400f71c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.05326598 BTC
Feerates: 150.97 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (471,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,277 443,277 0000000000000000023c9abae37fd7645917259be2f2e3153f17c57500d8acb0 2,785 1.00/1.00 vMB 79
443,276 443,276 0000000000000000000a1b80ab5c73249a334f541fdfabd3197ad7260de792f0 2,703 1.00/1.00 vMB 70
443,275 443,275 000000000000000001901f2ef5cee9b8ae5b850d403570144b0e0c7e89a33f70 2,138 1.00/1.00 vMB 79
443,274 443,274 000000000000000003a7359d7ccc57d23757ad7a6b85e583cefa18b6ef80a74f 2,467 1.00/1.00 vMB 95
443,273 443,273 00000000000000000142c4d507b8d57092935979e0ed6cfb377e33d43d801f9e 8 0.00/1.00 vMB 470
443,272 443,272 000000000000000001dc5fef98ce08202bd2b6f0ac553127bb7ad7505c157d41 2,662 1.00/1.00 vMB 80
443,271 443,271 000000000000000001567eb094de93b44fdd5d6acde330d18a1f73698a2ac552 2,344 0.92/1.00 vMB 75
443,270 443,270 000000000000000002dcfb9084e0b718603993e72d729e9ccace477d20521480 1,362 0.72/1.00 vMB 55
443,269 443,269 00000000000000000255c11ab06484019e3b4959cba6748a03e88505e4767628 2,668 1.00/1.00 vMB 84
443,268 443,268 00000000000000000385a25bc9beeef93bd08209aebd82c1c9e26a3cb3ee7c0e 258 0.08/1.00 vMB 76
443,267 443,267 00000000000000000011730e46aeab130b0bfd85de74c19f18402c8a7c3a7368 1,276 0.52/1.00 vMB 69
443,266 443,266 0000000000000000029fd5a12dbcd779ad5e9d6a84f32c8229a50ded38101d14 532 0.23/1.00 vMB 75
443,265 443,265 00000000000000000384ee3e696d65a18375203f7a7c7147c232be73a0c85b39 113 0.99/1.00 vMB 2
443,264 443,264 000000000000000003c66692b250668ba5616ff16504dcd57830944cb335c52a 1,448 1.00/1.00 vMB 34
443,263 443,263 00000000000000000207d7a24fe1608ec93005ffefbfb3c7137326b31a6e90ed 2,361 1.00/1.00 vMB 70
443,262 443,262 000000000000000002e5025ea5e16c146c7f2bc298a588221686c1d672b098ce 436 0.15/1.00 vMB 141
443,261 443,261 0000000000000000036978f09921cc17c9737e46fd99d32fa2c7a9116b5c5329 412 1.00/1.00 vMB 10
443,260 443,260 00000000000000000247399c20cb99586697e4f90cb2f85d5fb7436abad1b754 345 0.43/1.00 vMB 25
443,259 443,259 00000000000000000023b2ee7c523a4bc58ec8b703b8ff1e4948800c8ce0bef1 1,204 0.57/1.00 vMB 73
443,258 443,258 0000000000000000028a1fca17ebaa5ae81c9cf4b7f115223f200b4c0ebb28c8 448 0.16/1.00 vMB 76
443,257 443,257 0000000000000000007ce07f7c1e7c791cb0268dbaa04bf73d5938205546cad4 431 0.17/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.57 GB
    • Received: 11.67 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.