Loading Tool

Explorer IconExplorer

Memory Pool

103,998 transactions
27.48 vMB
0.10344568 BTC
Random Selection Loading Transactions
Max Size: 184.88/200 MB

Candidate Block

Mining Attempt 626b2bb93870c2736406c099c18ab065328fa05a4cd6ccc221bd4b89ed0889bd
Version 20000000
Previous Block 000000000000000000011e1dda63a40dee28496340d20def75852bcdd9dbd7aa
Merkle Root 1d7be1de365733cfdd079acc07c1e06ac188b07998090f8e6d196d3d3a80d3d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,962
Size: 1.00 vMB
Total Fees: 0.02954982 BTC
Feerates: 171.40 > 2.96 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,041 (862,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,505 53,505 0000000011bd84df4575697ac7e3a0df7e2d080afabe9f30789a149c54610610 2 0.00/1.00 vMB 0
53,504 53,504 000000000ad8f3e3a9f6c4ff2eed31e17566ebb3485a680cace9c109b1c6ca24 1 0.00/1.00 vMB 0
53,503 53,503 000000000ec4463b23651895c924e7e720a886511420ce44af38a83e5cc7333f 1 0.00/1.00 vMB 0
53,502 53,502 000000000f0726d03483f5f70bac83e7dda8aaa1ac77b7906446a1d75d00c9b3 1 0.00/1.00 vMB 0
53,501 53,501 000000001225c081ec30ef9b765ca42efcff4cfb91e0b9de18a5f8ae105b80ca 2 0.00/1.00 vMB 0
53,500 53,500 00000000050325164f7ec5614579bea967c8a883cb3883450da597ab0d31a84e 1 0.00/1.00 vMB 0
53,499 53,499 0000000005d45c2472d0fbd343ed248e650325a7d25a246cef32739223351302 2 0.00/1.00 vMB 0
53,498 53,498 0000000000c6e939ab92957636c7434dbcfae8a8804635ba499013c2b4521683 1 0.00/1.00 vMB 0
53,497 53,497 00000000116bb2aa4a033dc03cc8414fb4c80dc2f75c5e8d159e2f531db331db 1 0.00/1.00 vMB 0
53,496 53,496 000000000f9c76eaed27e2ee98d1befcd37bf61939485f4fd6d470a40d8ed92c 1 0.00/1.00 vMB 0
53,495 53,495 00000000128e0309023303aff70ac15b5e316fa135eede986eb6dc4816e63e15 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.19 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: 812.07 GB
    • Received: 23.68 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.