Loading Tool

Explorer IconExplorer

Memory Pool

77,260 transactions
28.95 vMB
0.08258295 BTC
Random Selection Loading Transactions
Max Size: 174.70/200 MB

Candidate Block

Mining Attempt 616c3e6ed3cfd46e03394336f8fc9698d2dff6d0c60e6e90920ba8bfba37fcb3
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 86922dc977004dd673c661687b12862625cbf990da237a82e60d20259275e8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.02224366 BTC
Feerates: 103.00 > 2.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (155,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,427 759,427 0000000000000000000797e77dd0d1d9490a0edce2cc37a1fe083291319786a5 3,529 1.00/1.00 vMB 17
759,426 759,426 000000000000000000000ff94f2ef9e77cd42ef7c6b54fb1a1f0b7935408867f 3,589 1.00/1.00 vMB 24
759,425 759,425 00000000000000000005243fde6cb182a72676b21175f1d4ee19835e008147ae 2,155 1.00/1.00 vMB 5
759,424 759,424 000000000000000000028f96c79688226fff33447218df94a084ce0ace1049f2 2,281 1.00/1.00 vMB 5
759,423 759,423 0000000000000000000250ced2cdd262fd2dd4bd28917c7c58e21de306c16261 2,547 1.00/1.00 vMB 11
759,422 759,422 00000000000000000003016feb43dcc16aca3cb65d6c9161cdeddc9f1200a838 2,964 1.00/1.00 vMB 17
759,421 759,421 000000000000000000041f98c58f7b139c5adbf0b544669cf6fb8a52eb3f5b6c 1,438 1.00/1.00 vMB 22
759,420 759,420 00000000000000000003d142e4d884211226a097e3b34429554f3b6fcad95871 1,708 1.00/1.00 vMB 4
759,419 759,419 000000000000000000040d8a9293e92f8a0a4b4273f05fc040fe08e43e968c46 2,866 1.00/1.00 vMB 11
759,418 759,418 00000000000000000007ad8b3656cc91c9891ff68b20fa8d8856ef54bbef6b55 2,133 1.00/1.00 vMB 9
759,417 759,417 00000000000000000000f4132f2c3d8159d749ae4c383543d8f2f96251c5f48e 3,304 1.00/1.00 vMB 16
759,416 759,416 000000000000000000079ebc77ddb7124b9ce2ed4cf49bd5c22242c32104d20a 3,138 1.00/1.00 vMB 16
759,415 759,415 000000000000000000010b1d75f2605750c0a0a735cd78cee01d13041406edd5 2,501 1.00/1.00 vMB 11
759,414 759,414 0000000000000000000399f846dcf447c34b1a06b3e4aa354203cdeea1cff69f 2,803 1.00/1.00 vMB 14
759,413 759,413 00000000000000000006dfd3143ea493c171eaafe7cfae9dbfd59369b1302a05 3,172 1.00/1.00 vMB 19
759,412 759,412 000000000000000000062b44426e47e63a62f0fd4bdeec29cdade59350b27913 3,758 1.00/1.00 vMB 33
759,411 759,411 00000000000000000000551c434db7db1bfef2ae7fac1c8e288cb9d039f8ad5d 3,505 1.00/1.00 vMB 18
759,410 759,410 000000000000000000034cde8f5cd4ac6b75f091f4a11aac4ba3dda66fc7ae2f 2,063 1.00/1.00 vMB 8
759,409 759,409 000000000000000000049e7ec82c63b3403a1392bdf77d6efac9044cae215ae1 1,766 1.00/1.00 vMB 8
759,408 759,408 0000000000000000000638bbb3e87edcaa7801e2dff29c811e48e345259ed4b3 2,518 1.00/1.00 vMB 11
759,407 759,407 0000000000000000000071ecff23d938846ee69e9592216baa1be8c1de00d2db 2,043 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.