Loading Tool

Explorer IconExplorer

Memory Pool

25,737 transactions
7.00 vMB
0.04110676 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.19/200 MB

Candidate Block

Mining Attempt 8a844487371937df00d08e701e2c5cc4404667dcfb97d9e061881e36d56e03bc
Version 20000000
Previous Block 00000000000000000000977eeff7f56ada7e990651c9aa87ce147e78cf4f0c1b
Merkle Root 6dbbdb8b2fcb1eb8f1c3092781e068eccf506293ef9e458e638daa0ec0954b63
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.01801624 BTC
Avg Feerate: 1.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,000 (771,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,669 141,669 00000000000008b50fcb431f3e5d2308f63d91ab84e4e58b47212adfe23b3b81 0.02 MB 46 176
141,668 141,668 000000000000056e8a447057947522a378a109468e6bb6dc4560575d23e291af 0.02 MB 45 114
141,667 141,667 00000000000008d908c9dd27a787e630e7e7670a6520529e1245584b4c4c3b69 0.03 MB 91 30
141,666 141,666 00000000000002cf14c8f5fce4bd046a4a37b302b5f4f9c23ba874935543a12a 0.05 MB 87 222
141,665 141,665 000000000000093750a89a4a39dafe8089e66804cff3fe4ca60daf6e2687ddd4 0.00 MB 2 1,688
141,664 141,664 000000000000017742648d8288fd86bb1659f6bd88b74ea63b100a4fc9892d76 0.00 MB 12 480
141,663 141,663 00000000000003cedfc74397e04c3ff710659a429e2e0f30042aa4bf6f076ff7 0.05 MB 139 45
141,662 141,662 00000000000003b4551a1933db28a87e39d3e0813be2cc786a56e75a8f3d492d 0.01 MB 23 69
141,661 141,661 00000000000008c0cc42da9dbcc15935867f50e7d1f55687f0139c0872d1a9b9 0.00 MB 9 259
141,660 141,660 000000000000013372b353ff016c3331033daed770723138d4d4e7c2b2d13102 0.05 MB 134 106
141,659 141,659 0000000000000845399cef8f9bcb2d8533fcb3422c6ea6718b0316e9fe38f61b 0.09 MB 170 179
141,658 141,658 000000000000006d7cce964c43475b54d1abf122607de1d611737ceadf739d3e 0.05 MB 90 651
141,657 141,657 0000000000000216e9deb238f922bcafa2d9a158da3e9badd8f75bacc95f008d 0.05 MB 149 166
141,656 141,656 000000000000067532c820187263bc731a5e6344c9814717929b2f90dd35bea1 0.07 MB 149 526
141,655 141,655 000000000000057cf43e815e4f335b11e8dd871b4ece4cd9c20b0a9361f6ee6b 0.02 MB 43 124
141,654 141,654 000000000000045f9e3ad0786b1e9a5b7614a972ed766b20e8823e799f8cff8e 0.01 MB 12 1,575
141,653 141,653 0000000000000064415eefbd0dc06cdbb4a345f6b03505fc6abeb99b02f77ff6 0.02 MB 48 280
141,652 141,652 000000000000009cd1a10007bfe7f232bf0fa8367a445050f929776fe2364853 0.01 MB 25 365
141,651 141,651 00000000000003445cc454992c8c7ef3a13e408dc82addce8a43bfe2a9d1b58d 0.00 MB 6 23
141,650 141,650 000000000000001b9bcf311345da14c8da9b5f25066fcbbaf8918b7bb95f14eb 0.01 MB 17 315
141,649 141,649 0000000000000902c24224676c6f1fcc0dc591241dda99ff6ac04f31a60cb2ba 0.00 MB 7 345
Previous 10 blocks ↓
Total Size: 778.84 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: 380.85 GB
    • Received: 3.43 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.