Loading Tool

Explorer IconExplorer

Memory Pool

97,583 transactions
25.57 vMB
0.06985750 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt 218f44f1019e8cc068d26786488203479a2d72e4b292a71e8cc91dc7f532d377
Version 20000000
Previous Block 000000000000000000019f6e27d4a823a7df5e2f7c9318be6590b808f317fa3a
Merkle Root a43c8ef7ba2b62f28f073e8bca0076d9e0bbe80fcd72940b707463e328c64a06
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,456
Size: 1.00 vMB
Total Fees: 0.00875129 BTC
Feerates: 100.19 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,066 (862,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,494 53,494 0000000012d9e62ccb384e9c8ecf9c2e105927ba4b2bb2d7cdb47fb5e6d347da 3 0.01/1.00 vMB 0
53,493 53,493 0000000010cb3cae9d11dfd3e37e6094f7b141e7deebb950edc899a86f598c49 1 0.00/1.00 vMB 0
53,492 53,492 000000000de87936e618a30bbde28e20aa53dabf0d7ff4c71bc8ec7bf387b16f 1 0.00/1.00 vMB 0
53,491 53,491 000000000608b07521f0887a2310679e211073342d29c40289f13100fcfda69c 1 0.00/1.00 vMB 0
53,490 53,490 0000000007309208a23eb809e5854707e87240992397eb43eb3308c2d7093d0a 1 0.00/1.00 vMB 0
53,489 53,489 00000000107355e019dc9d7874cf24f3284a23b3aaab4aad46fc7b7fa8bb1425 1 0.00/1.00 vMB 0
53,488 53,488 0000000013dc2934a7d88a5fa3e0b857921fa33bc141cd678352e75181e4909e 1 0.00/1.00 vMB 0
53,487 53,487 0000000006ed0241bc50f4a9b91b657f45416bb644def650240e01f277a2ff9f 1 0.00/1.00 vMB 0
53,486 53,486 0000000002820ed25b7603b70bee4bda6e172c63f65fc23f1767529c870d83f8 1 0.00/1.00 vMB 0
53,485 53,485 000000000527388711b6d23053ac1b8d7e37977cc9ef5159ade9c91be77f43f0 1 0.00/1.00 vMB 0
53,484 53,484 0000000007654145fb3be342decb689190706c01c659c72a26ddc29cd0d440e0 1 0.00/1.00 vMB 0
53,483 53,483 0000000006b060d5caba65058dbba57f5468953c096c9c7f86b4802a8bba228f 1 0.00/1.00 vMB 0
53,482 53,482 0000000001c53f96906bc9748611fdeb914b0946dcc42f68cfb3c647ccff43b3 1 0.00/1.00 vMB 0
53,481 53,481 0000000001aed21e818f1d1a3c41308be4eb65473971fb6e277c5521492204b7 1 0.00/1.00 vMB 0
53,480 53,480 000000000bc6fddb435f7dc7b5c50b5391d9b66066e9807d128fc3b8edebfd50 2 0.00/1.00 vMB 0
53,479 53,479 00000000092e8326f27fdb9982f839c134a771c11f6563c13bad1df4482ff2c3 1 0.00/1.00 vMB 0
53,478 53,478 0000000011528f4cb05dfaad60c47be1cf92126bcb36e936272f3c160305e19e 3 0.00/1.00 vMB 0
53,477 53,477 0000000001863a71f42428759791f77cd8ed7f67da1af8e1dbb277946a8ee24c 1 0.00/1.00 vMB 0
53,476 53,476 00000000094c048e29a6306865f4504da1c62f30cd3ed2313d3dba57852bd504 1 0.00/1.00 vMB 0
53,475 53,475 000000000b7db5eafc251de3923730dcc17a9784f659a22de23ffb90b5653287 1 0.00/1.00 vMB 0
53,474 53,474 000000000c8ae920605a5cee4ac0b940b79be823dd79a948552b0053cfd1deb9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.24 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: 813.46 GB
    • Received: 23.88 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.