Loading Tool

Explorer IconExplorer

Memory Pool

76,829 transactions
28.63 vMB
0.06734186 BTC
Random Selection Loading Transactions
Max Size: 173.68/200 MB

Candidate Block

Mining Attempt 7ca71299f7f49e59d01a007f041082f0b800a361cec0758fa1ec32aea9c20804
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root cb34d842387752a3be408455b67dc882ebaeeedd92a8d038c0ad4f0549f35cbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,343
Size: 1.00 vMB
Total Fees: 0.00797625 BTC
Feerates: 60.16 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (95,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,673 819,673 00000000000000000003041dabeed45f66ae5a153d881351013060a9caa9d2ba 4,557 1.00/1.00 vMB 60
819,672 819,672 00000000000000000003a12773c0f2e5baa7f7e3728e5c47a8133979a188a394 5,130 1.00/1.00 vMB 60
819,671 819,671 0000000000000000000113e98ef2da143d3720e4463898ac4421c4a2223c19d6 4,063 1.00/1.00 vMB 69
819,670 819,670 00000000000000000002b1818e458f213bee639c8e600b5e1116b063a414ce7e 2,381 1.00/1.00 vMB 109
819,669 819,669 000000000000000000036ca60eb831a5a1990a8522c875ccc13abdb28aec8458 3,808 1.00/1.00 vMB 53
819,668 819,668 000000000000000000041234c2fc45b3606e814aef83d7d2f451f75c0c12e4a5 3,729 1.00/1.00 vMB 68
819,667 819,667 0000000000000000000371311a1ec9fd3e9d49841c5e3c865275483f10481432 5,132 1.00/1.00 vMB 64
819,666 819,666 0000000000000000000188817d1c0966ae63cbac142b392b2a39e4a5f535370b 4,114 1.00/1.00 vMB 54
819,665 819,665 00000000000000000001ddc9cf1497ddb52a113372a73e38fe379ccc2989c0a8 4,174 1.00/1.00 vMB 62
819,664 819,664 0000000000000000000222780fe2abc747ef0f8efbdf545fadefdcd7dfa1a141 5,006 1.00/1.00 vMB 63
819,663 819,663 00000000000000000001cd8b0096bf6cceea3ef5c830b71ba433597a2e4167f3 4,177 1.00/1.00 vMB 75
819,662 819,662 00000000000000000003dbe15c2b5996d0d63dc1313c848be12e70eb3308cfc5 3,427 1.00/1.00 vMB 62
819,661 819,661 00000000000000000002b56b7a4c20e400fd23216e76c64fd78586ae3e45bb32 2,969 1.00/1.00 vMB 90
819,660 819,660 00000000000000000003e44e7584b80188a4ca207cb570fa26b46c9287689a76 4,532 1.00/1.00 vMB 66
819,659 819,659 0000000000000000000181b06f6f8d43d97dee1a44e1920b4447cfd6304f0c6b 3,526 1.00/1.00 vMB 60
819,658 819,658 00000000000000000000fae0efe51f8d9f88d8f43fc6dc35be72ae90f5c75c40 4,920 1.00/1.00 vMB 65
819,657 819,657 0000000000000000000345f79ff0249f06eaab33617c8ee9b643ed94945c6507 3,685 1.00/1.00 vMB 68
819,656 819,656 00000000000000000001a4b2172b8d3cd625ab1f6c9abec6b57b0a5bdd11d901 4,484 1.00/1.00 vMB 76
819,655 819,655 00000000000000000001af508edf4ca8f62c6347315aaf29d425fa01a5106d27 3,118 1.00/1.00 vMB 80
819,654 819,654 000000000000000000002393862eab0abb3a3ccf38f64228e51fe421895ba528 2,539 1.00/1.00 vMB 51
819,653 819,653 0000000000000000000149e2f2275166c64c382548d39616f6a4a67f2b1f9191 2,295 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.