Loading Tool

Explorer IconExplorer

Memory Pool

29,954 transactions
27.78 vMB
0.04741377 BTC
Random Selection Loading Transactions
Max Size: 151.46/200 MB

Candidate Block

Mining Attempt f6cc3e909a1c1bd27935b3194f3b15f4f0d9cbaf5a9b4f2c5ce66902e1357096
Version 20000000
Previous Block 00000000000000000001e789f270d3c5ae97bd922a80cae3736eabd22b66ea0e
Merkle Root c2a372bdc22a4c7ad9a65b4517c16f392bce5e968bf035c4b423623db065568a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.01613451 BTC
Feerates: 100.36 > 1.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,866 (56,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,497 884,497 00000000000000000000a02f01d43e10422cb4a0ae33a395c93e53856c7eb35c 3,209 1.00/1.00 vMB 4
884,496 884,496 0000000000000000000041dd87a5f87dffd91da3ad3acce1ee171f8b088402fa 4,867 1.00/1.00 vMB 2
884,495 884,495 0000000000000000000043873963469c0fb2f22bc242a159f529312a6290ec62 2,186 1.00/1.00 vMB 2
884,494 884,494 000000000000000000011d91be1d3f8c7a35bf33cbffa75b15549dd1c0d48fbc 3,743 1.00/1.00 vMB 2
884,493 884,493 00000000000000000000eac4f5a02928e01eefea7355bb645a22b6e2e5c2ee1e 2,439 1.00/1.00 vMB 4
884,492 884,492 0000000000000000000205d22e1ef07d0b40c64a2609eaaf7d505f46583cb3da 4,537 1.00/1.00 vMB 3
884,491 884,491 000000000000000000020e7f874f390e3a99a964e8f5cce1d1a4f57c0c43326f 1,447 1.00/1.00 vMB 2
884,490 884,490 000000000000000000002190a80000f01305b42bd8350ce873943abfe3ea39eb 3,305 1.00/1.00 vMB 4
884,489 884,489 00000000000000000001b38bb4bb7eff295f8b99574b2ee4e344cec3688729fd 3,284 1.00/1.00 vMB 4
884,488 884,488 000000000000000000026645bda76a63ac1004f5a18b166908e3ef302a89e330 3,005 1.00/1.00 vMB 4
884,487 884,487 000000000000000000023163142fabe0db903b1feef7302861150f24c8ae2acf 3,806 1.00/1.00 vMB 6
884,486 884,486 00000000000000000000264195b401ae6faf1979f07bf97b2362e4e583f6df67 3,495 1.00/1.00 vMB 10
884,485 884,485 00000000000000000000bb985beebfb73a2f36993b9a32e211c4e2fe16e8ca57 2,045 1.00/1.00 vMB 3
884,484 884,484 00000000000000000000cf03b5053b2fd56201405c84e8a873cb119ed013c63f 2,312 1.00/1.00 vMB 5
884,483 884,483 00000000000000000001749dc0ab5f2bb8eaea803f8a087bf2be7ec3bb32139b 2,162 1.00/1.00 vMB 5
884,482 884,482 000000000000000000013e7f5be086c481cc5ad44ea61358ad74a1c21315a811 2,502 1.00/1.00 vMB 6
884,481 884,481 00000000000000000001ff2574f15c049db2f2b8558f1c55da842912ffbdd729 1,737 1.00/1.00 vMB 8
884,480 884,480 00000000000000000001c33ac58a4a237ae2e05929e1e2304b77a6789669659f 3,614 1.00/1.00 vMB 5
884,479 884,479 000000000000000000023f18102fb932269773fb6b4ee3c5ee6ff468ea0c2513 3,597 1.00/1.00 vMB 6
884,478 884,478 000000000000000000020873712b91d2c616ee7a95a00acad91f6e3780f80eae 3,550 1.00/1.00 vMB 7
884,477 884,477 000000000000000000003fb0484f3f208701f396f1dbfc01f9b137f585d7868e 4,161 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 828.29 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: 4,568.78 GB
    • Received: 246.68 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.