Loading Tool

Explorer IconExplorer

Memory Pool

79,589 transactions
22.72 vMB
0.09793836 BTC
Random Selection Loading Transactions
Max Size: 147.76/200 MB

Candidate Block

Mining Attempt e71a02421e44cd561f201e4358f60f47d392b096252fc79b4e023312b528c1d3
Version 20000000
Previous Block 00000000000000000001a259ecef69593a35a1f73f6fba9312ba54d69f7a7e0e
Merkle Root 1561c1bd88fcf5859373ddc7b847ef2b973628edb4ae74a00cf65c0ff1838cf1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.03181662 BTC
Feerates: 703.13 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,009 (862,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,518 53,518 00000000074477519851d5e7be4c776076ed17c6cb0e5c6f6ecedff608372e80 1 0.00/1.00 vMB 0
53,517 53,517 000000000792cad0ccaafd3b902b3d36d9c49ea3f9b0575db160f8699c97efc4 1 0.00/1.00 vMB 0
53,516 53,516 000000000c3dee54c6ae8c1ef735ff055d3bc234696c8893925743749c5d2673 2 0.00/1.00 vMB 0
53,515 53,515 0000000013fc7ebafc6a983c25e96ea828d564c19f761678b71d50d4107c6029 1 0.00/1.00 vMB 0
53,514 53,514 000000000351190b95d04af050987f5f4c4c21b6fb3ff30199428da15201683e 1 0.00/1.00 vMB 0
53,513 53,513 0000000012ff5932fcd4e9e71df8496ff00e6bb6aa9259d3173a4e2424d8228e 1 0.00/1.00 vMB 0
53,512 53,512 00000000069ea183b7f486233065cc6f7d8157e88dc440e5033af2df5ba97ee5 3 0.00/1.00 vMB 0
53,511 53,511 0000000003301921f0fb99dbf4ba524df33cddac9ddc45a2299dc01ed5e86b73 1 0.00/1.00 vMB 0
53,510 53,510 0000000002c5abd8100db0cd8263a4540c0f3486245e7c2cb351b3f682ef491a 1 0.00/1.00 vMB 0
53,509 53,509 0000000005c7c952fa7b5e28175774b1d7b913c5673ecd9b82d76df1fe3ec315 1 0.00/1.00 vMB 0
53,508 53,508 0000000006d69364e6e28572297fd76f4eff09b29bf3dd4e69db0bc944786ddd 1 0.00/1.00 vMB 0
53,507 53,507 00000000073164434a3e7a9815328c72c5a96816f4f0616ef82e346e8fe09947 1 0.00/1.00 vMB 0
53,506 53,506 0000000013b37b67cc9a375baae2452cf1d20b327a6690f5565f0546e3aa8a5b 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 784.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 810.31 GB
    • Received: 23.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.