Loading Tool

Explorer IconExplorer

Memory Pool

78,681 transactions
30.02 vMB
0.08932447 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt c1ec5ac2e1997d712a90c61b1b4ed7174f4af6ee2540983d96e591b9e4f046b7
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 6bc07d0be62fce7cfe442951934c2642196a0744e1aaeb49d157151d471aa4f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,901
Size: 1.00 vMB
Total Fees: 0.02006361 BTC
Feerates: 150.61 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (48,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,509 866,509 0000000000000000000197109a8e6bd0c77b55477763ceadc0b467db8729f6cf 6,353 1.00/1.00 vMB 8
866,508 866,508 0000000000000000000134f6511e956c6b77b0cc1933e8ec32abb7d6679b8ced 1 0.00/1.00 vMB 0
866,507 866,507 00000000000000000000d03fafe090406c1267b53d3c28e74b6caf7244805170 2,426 1.00/1.00 vMB 5
866,506 866,506 00000000000000000001e2553a11cfb4e687a34c9482ffab7da6a518e7183fca 3,873 1.00/1.00 vMB 2
866,505 866,505 000000000000000000001e18d53fbfe2e82948d8e92a1f78d81c922abbdee243 2,712 1.00/1.00 vMB 3
866,504 866,504 00000000000000000000995ed97b5ccfebd1035a0e687f967a3ade51a8a02f87 2,469 1.00/1.00 vMB 3
866,503 866,503 000000000000000000004d0b289b37a56bbb5ff8f202c75234bb3057de940c11 3,681 1.00/1.00 vMB 3
866,502 866,502 00000000000000000002f161a2a8d2c1ef518d962de2645df228d15996bd9785 5,009 1.00/1.00 vMB 3
866,501 866,501 00000000000000000002cde5eec2dcb809a82f7252e1947aa6a2543fba569c09 4,903 1.00/1.00 vMB 4
866,500 866,500 000000000000000000003952540ecfe2b3c465f813d8f480cd22817e3d69149d 4,074 1.00/1.00 vMB 7
866,499 866,499 000000000000000000030822423b93e639d1fd4df596a0d1ed1b1f34b42270e0 5,560 1.00/1.00 vMB 3
866,498 866,498 00000000000000000000df616a4a96d4296e4e3e42cb3ee27f739cacc303aca8 5,529 1.00/1.00 vMB 5
866,497 866,497 000000000000000000022f9ab3a54e8f6d6bcf5179c960917c2f0bcccc40bc3e 4,956 1.00/1.00 vMB 4
866,496 866,496 000000000000000000004a2241395b6881cfa1e85f62bdc870a99a055c61a0eb 5,650 1.00/1.00 vMB 4
866,495 866,495 00000000000000000000af589fef093cac28d01b369bcdb2e95e8e8a3e75ae4b 2,242 1.00/1.00 vMB 2
866,494 866,494 00000000000000000000878bba2b982e1adbe148729ad9240d945e9163b5d5a0 4,718 1.00/1.00 vMB 4
866,493 866,493 000000000000000000000cf71596dfb30f2937a9889e17e3c75e76b721116a79 3,314 1.00/1.00 vMB 3
866,492 866,492 000000000000000000022debc1c78eb93706bf16b22445f55b15ae9fce2bce6d 3,670 1.00/1.00 vMB 3
866,491 866,491 0000000000000000000197b242f664a8e1aa1d760c3715eac2a3b9b31c3e3437 3,048 1.00/1.00 vMB 4
866,490 866,490 00000000000000000002166c8a95f6f70ee68af79b65de3e833187b4bb1a641a 2,659 1.00/1.00 vMB 4
866,489 866,489 00000000000000000001daca128e70db270ef21539fcdba2287957cd78b2ddb5 914 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.