Loading Tool

Explorer IconExplorer

Memory Pool

45,524 transactions
28.41 vMB
0.09388815 BTC
Random Selection Loading Transactions
Max Size: 148.85/200 MB

Candidate Block

Mining Attempt 3db135716b874116de5b79fb4490c8a7565f53cd9f88cea1f37da09151ba7ec0
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 8382e83bf06a9f9a9478c056d5bbc3da759f5b96c77e7e9edcd70572c8e0b0d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.02156124 BTC
Feerates: 40.21 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (284,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,503 630,503 0000000000000000000f43a469b18dff79c31a4984406c6c80907dd6375c263e 2,712 1.00/1.00 vMB 157
630,502 630,502 0000000000000000000269967f781984b50b590e618300eaff6800f176e4c9b2 2,381 1.00/1.00 vMB 150
630,501 630,501 00000000000000000004933eab9d6cfb926ca58c0af6b1410fd922673b477ea4 2,812 1.00/1.00 vMB 181
630,500 630,500 00000000000000000006a1af1f6546563372b7b8656d71971838d96fc4e2adbd 2,512 1.00/1.00 vMB 187
630,499 630,499 0000000000000000000175f8260a168c71de8b9b6b8042c4e0dc272ea5ae34aa 2,310 1.00/1.00 vMB 162
630,498 630,498 00000000000000000005484a2afbba7b5714486511b465c3d9220da8bee5ae12 2,403 1.00/1.00 vMB 180
630,497 630,497 0000000000000000000d000a8b98bdab96d7141bfaa28c2c839bc243ca5dbfa3 2,421 1.00/1.00 vMB 185
630,496 630,496 00000000000000000001f2b998c8f122da54c47fdd06ce48c4b52007c9955348 2,997 1.00/1.00 vMB 194
630,495 630,495 00000000000000000000b8af28ba5c64f2850d5007bdc456e1b49bce67226700 3,040 1.00/1.00 vMB 204
630,494 630,494 00000000000000000001e383b104c405a27fcfedc1966ee1d6dbc9f17f2d1c87 2,646 1.00/1.00 vMB 67
630,493 630,493 00000000000000000010bdf0baa759f9f990c1254bafce0e78eebf36fdc5070f 2,574 1.00/1.00 vMB 135
630,492 630,492 00000000000000000005d1836469944b8dec8484c79f47ad093ad064a46d62e0 2,613 1.00/1.00 vMB 75
630,491 630,491 00000000000000000003f861ec3cc95f00e84a9354824016b5695a10cbe5e7c3 2,552 1.00/1.00 vMB 134
630,490 630,490 0000000000000000000e480e5c9a469b34523f48cd7550cd949502462b4a7451 2,975 1.00/1.00 vMB 124
630,489 630,489 000000000000000000077101652ebc65fd6a7965d3f6c419aa6e602102f38e7f 2,260 1.00/1.00 vMB 175
630,488 630,488 00000000000000000009b7991783bd82f0532200f8c376e960efa8998a094737 1,611 1.00/1.00 vMB 156
630,487 630,487 0000000000000000000a4f89dad2c2cb826f642aaf8604465438ffc0290aa96a 2,224 1.00/1.00 vMB 180
630,486 630,486 0000000000000000000d95e37cb69b25e7e177ab966e967b55dd16a7adc7bb41 2,567 1.00/1.00 vMB 145
630,485 630,485 0000000000000000000d018523f56f393eafb553ff3f80d0a8a2517b9d0b5fc6 2,787 1.00/1.00 vMB 134
630,484 630,484 0000000000000000000f35758a0aa35937dfeb9e6ee9c3c90bd272840246fd54 2,410 1.00/1.00 vMB 137
630,483 630,483 00000000000000000001e35c040701a021f09776c2c561aca1c27495eb4ba490 2,981 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.