Loading Tool

Explorer IconExplorer

Memory Pool

42,586 transactions
29.07 vMB
0.07565140 BTC
Random Selection Loading Transactions
Max Size: 149.41/200 MB

Candidate Block

Mining Attempt 1f45d77384d0e1e8ad577fa875c86568dfa6e819e4ea3b0b57059dc52f03b218
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 641f4d759f30bf3ae9b416e855514ce4d1d8cf594023aa58650a3bb099f59376
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.01885500 BTC
Feerates: 150.75 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (157,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,575 757,575 00000000000000000002105a9b60d60066628dfef6cd9d202bfac0e385eb0f17 3,142 1.00/1.00 vMB 16
757,574 757,574 0000000000000000000366422b4bc2aaa2e77e46e383fac94b808dd95f3f3c42 1,648 1.00/1.00 vMB 2
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
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.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.