Loading Tool

Explorer IconExplorer

Memory Pool

81,949 transactions
30.44 vMB
0.12363998 BTC
Random Selection Loading Transactions
Max Size: 183.61/200 MB

Candidate Block

Mining Attempt 1f928551e4343eb0a4b93e0c4350c1268df43b2c94221d98af0381984c241676
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 1ec9104b333f2c0779d4549707bbbf725522d0a783f2857be29dce34a9ce86b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.04613467 BTC
Feerates: 502.62 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (95,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
819,648 819,648 0000000000000000000124fd458c0d3ed7116246c016f7161fddffbc3b0661d9 3,731 1.00/1.00 vMB 64
819,647 819,647 000000000000000000023444b38f0063de833f94cc6ab99c99b0968adf4308c5 5,430 1.00/1.00 vMB 57
819,646 819,646 00000000000000000003467b35f0a59df52116866431f68df6f689e269e267af 5,221 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.61 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.88 GB
    • Received: 16.05 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.