Loading Tool

Explorer IconExplorer

Memory Pool

77,090 transactions
28.82 vMB
0.11780040 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt d917a6422cf3b28d95e9c5121c2083a33a8c8964e7d36b66d91860363ffff9e5
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (95,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
819,652 819,652 00000000000000000000e2c9e5bc5324fc53275a101988f69cf4844c5bba8b9b 4,862 1.00/1.00 vMB 65
819,651 819,651 000000000000000000041ad1d1ef20d7451ad153c49464b1592f6d4c6340e182 3,402 1.00/1.00 vMB 79
819,650 819,650 000000000000000000001ba5c859eb044c118b121ab3427d8a43f239be787394 3,308 1.00/1.00 vMB 55
819,649 819,649 00000000000000000000cfc1c6ba931c0ab115d5371cdff221155860246f394a 4,217 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.