Loading Tool

Explorer IconExplorer

Memory Pool

26,429 transactions
27.46 vMB
0.06440150 BTC
Random Selection Loading Transactions
Max Size: 131.11/200 MB

Candidate Block

Mining Attempt 62c9dc8c83af1cf497dd7c314b04eff48d31e00cdd1f8640ed53ca6dd95ab2d1
Version 20000000
Previous Block 00000000000000000000f7db0d0441ea7e915e393237de50110aa258874156c0
Merkle Root 4655792425adaee8625c2c11d870e8ddab64d8bec0a285d538a714fa1dea08a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,007
Size: 1.00 vMB
Total Fees: 0.01236228 BTC
Feerates: 150.75 > 1.24 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,481 (786,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,328 128,328 000000000000250cbe518d16adfea4480c14b73563a75e48a106ab9700ca4870 112 0.04/1.00 vMB 504
128,327 128,327 00000000000021de279c08e375f875ece45f3bd9dc4ee317719f59b4a75d2cbd 17 0.01/1.00 vMB 1,008
128,326 128,326 00000000000006c0866b16c0f4ce03f6b077eaea53687f2668db01570f553ef5 6 0.00/1.00 vMB 1,262
128,325 128,325 0000000000000d91ac5ddc966f419773ccfdbffc5ee3e7ab7a3ad42d81dd27c5 138 0.06/1.00 vMB 219
128,324 128,324 00000000000023ce7a1aa8774db9bf2b7f7ffe6d9fff97855f1d82b7fc9a456f 61 0.04/1.00 vMB 811
128,323 128,323 00000000000002fa3e2eeab9c4376f165e32973206dd8b66f186b0df0e9a3c4f 7 0.00/1.00 vMB 2,517
128,322 128,322 00000000000010c78dee462e63fc52958e50eefa9accbeb25ee8c9ea5e93ef1d 80 0.02/1.00 vMB 186
128,321 128,321 00000000000000f02730fcf170f9666c09abff19f02fa2884338c004f8660f5e 23 0.01/1.00 vMB 658
128,320 128,320 0000000000000649e8e760314d5f29e54499002dc7af68e723563c7e41880273 49 0.02/1.00 vMB 647
128,319 128,319 0000000000000e31d11a2355c12bceccd900ce717ca74ac2d4c6a603075dff14 20 0.01/1.00 vMB 720
128,318 128,318 00000000000003c538ae6ac132de873c8cb9a831539ae7266c2b652c8467305e 12 0.01/1.00 vMB 739
128,317 128,317 00000000000020d22be570fadfedf047a363afebd6c773f829ae74bbf12b94ce 9 0.00/1.00 vMB 686
128,316 128,316 00000000000024fa50b9cc6f9fa0f92fefa30b96e59bcd3a32dd31496c914a6d 2 0.00/1.00 vMB 0
128,315 128,315 0000000000000ede0c3484d6d1ac2e667ce7347b7f738728dd5271a471cb3285 7 0.00/1.00 vMB 1,320
128,314 128,314 0000000000001a50b9884d3f0eac9f951507344e5a93fbc839124f18b8ed788c 17 0.00/1.00 vMB 839
128,313 128,313 000000000000131ed85869ee6dd5a8664264e3e7ebd1d76354764db7e9f4d0be 7 0.00/1.00 vMB 0
128,312 128,312 0000000000002625f327db6cca5304a2cd69dcb3e1a9f4cbc10515e223e07652 20 0.00/1.00 vMB 30
128,311 128,311 0000000000001f6a52f78d1c874a5275aed5b883213a352bda8f486afe326221 20 0.01/1.00 vMB 1,478
128,310 128,310 00000000000005d36392e548c25db39a7b1cc9355e233ed3b8032f448ff75537 9 0.00/1.00 vMB 1,128
128,309 128,309 0000000000000f72359ba5c0cec2e46ad72e58a630ec5d77c54abb4f73a3cab4 7 0.00/1.00 vMB 1,352
128,308 128,308 00000000000010cdec6eb50b745a48fce502de6c0eb41843f91de1209982ae7d 149 0.04/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.46 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: 611.06 GB
    • Received: 10.80 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.