Loading Tool

Explorer IconExplorer

Memory Pool

45,305 transactions
30.35 vMB
0.08899029 BTC
Random Selection Loading Transactions
Max Size: 155.91/200 MB

Candidate Block

Mining Attempt 0a25c34bbaa21c725d7f8002172655258a424fa34586272bc6e0d11203d80604
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 58539cb55b234cec2d114e5fc440c7650fcc5107ed1b0ac1e8a6c845c0a72ec9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.02470418 BTC
Feerates: 77.10 > 2.48 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (157,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,573 757,573 00000000000000000001057f1b3b74367905860f9038ed0eb98796adcf41eff5 1,893 1.00/1.00 vMB 4
757,572 757,572 00000000000000000002713e57851acda2476ecb55b72dd98910b71de13d903f 3,548 1.00/1.00 vMB 11
757,571 757,571 000000000000000000078eb4a984dc912063090e411673a2cc61aaa1cad4f513 3,139 1.00/1.00 vMB 17
757,570 757,570 000000000000000000079b54918ee89b77b8ce49c7d49ccaa727efcf22008654 2,336 1.00/1.00 vMB 2
757,569 757,569 00000000000000000006a8324db0fcbf0bcdf758f2bb744e4f4fb0b28a538cb3 1,750 1.00/1.00 vMB 5
757,568 757,568 00000000000000000001d6e41d371f9121ee1a4b8cc4b856e7734e5d44e5c6fb 3,279 1.00/1.00 vMB 13
757,567 757,567 00000000000000000008e4d4fc36e83803f9602a067f68bd53cf11b73d0c52ab 1,512 1.00/1.00 vMB 9
757,566 757,566 000000000000000000018154553c5c0c2fb6910948433e044b8f5a7287f96541 2,492 1.00/1.00 vMB 13
757,565 757,565 0000000000000000000650b4a8b4019487e2b19c229975947dddf5aaee33e2cb 2,498 1.00/1.00 vMB 7
757,564 757,564 00000000000000000004e1a520e920e8a9b2426e83ac1f2ba572c96bd2602295 3,141 1.00/1.00 vMB 8
757,563 757,563 000000000000000000063e4e7293bc1f39dbb78b961948ef7cbfa7dd6d3ade6a 2,901 1.00/1.00 vMB 18
757,562 757,562 00000000000000000006664dc762b7c89b9944bb4da2ffd60f0ac1ded5a09abd 603 0.19/1.00 vMB 8
757,561 757,561 00000000000000000000f3ffa6cb9e1a9014c9a32db7de9a5ee06a990429778d 296 0.11/1.00 vMB 6
757,560 757,560 000000000000000000032a28538f482afe1116a841390ef5a653b33d8b3265f7 439 0.12/1.00 vMB 9
757,559 757,559 00000000000000000004e521bab61b1d8706bd0f71969e15816c2f92912efbe2 343 0.48/1.00 vMB 2
757,558 757,558 00000000000000000006e76c2bacd7abb7afa5093c48d53a3395503ccff525be 141 0.04/1.00 vMB 8
757,557 757,557 00000000000000000003b0dd6fb6b8ade30e18ed7e4b09210ec892bf15d261ee 1,370 0.76/1.00 vMB 1
757,556 757,556 00000000000000000006521f35c339b6b8eaf71ba2305f59f368cedf6619f9ec 2,801 1.00/1.00 vMB 6
757,555 757,555 000000000000000000027e0cf07563e3db404278d7e5d6b5ba547af579548d87 3,271 1.00/1.00 vMB 13
757,554 757,554 000000000000000000075382bee864f48f68a4cb1ffc65b8f944afe6dd5da592 2,533 1.00/1.00 vMB 11
757,553 757,553 000000000000000000081c1b90eb7016e3173cb0685563fa8304533d28a2b8b0 573 0.22/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.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.