Loading Tool

Explorer IconExplorer

Memory Pool

83,709 transactions
30.35 vMB
0.16835501 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt 6e133345ad154d9f1081e77790957f8a6af07b9f2bf603b8b38097eb19cc5276
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 10892ac97d44da2eddd4150eb941737276513c29f4bfb17696a82d5d69393eb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.10606029 BTC
Feerates: 155.43 > 10.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (304,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,370 610,370 0000000000000000000fa6c77b921a0fefaf0a3b1a15febe1d73ae5a92e1db7e 1,405 0.41/1.00 vMB 9
610,369 610,369 0000000000000000001516862960ea65d24c0c8451bb935baabcbf524ff003ea 1,492 0.45/1.00 vMB 7
610,368 610,368 0000000000000000000547e98f22b1deaea8c7da0a41068fcc9a8cd499abd39d 3,148 1.00/1.00 vMB 11
610,367 610,367 0000000000000000000eed5c9c018a8fe2d0c065cdbe467d51eb36349165d3c8 2,001 0.70/1.00 vMB 10
610,366 610,366 0000000000000000001203ff6a498fc240787c8c3b8bdd4e6872ec4a94cb5164 2,695 0.93/1.00 vMB 7
610,365 610,365 0000000000000000000ffceb63228fbd4f42990b42920c2db11d448ec25acc16 1,687 0.51/1.00 vMB 8
610,364 610,364 000000000000000000001b880a6633c2cd1e82faa533578fb69e7abad64f2a77 2,736 0.90/1.00 vMB 7
610,363 610,363 0000000000000000000d9fc4ddb7c6ba2eb439bc533cf4c340af8b3336e3a2a1 3,442 1.00/1.00 vMB 9
610,362 610,362 0000000000000000000174b29fdec88cad7be8c7f7bc98d2763275da3da158c9 2,832 0.85/1.00 vMB 4
610,361 610,361 0000000000000000001192e38275b7c501cd1d5a0e0ce57451ca216a32fb066b 2,569 1.00/1.00 vMB 13
610,360 610,360 00000000000000000007acbcb8861b752f199d530efabcd160cf0abb9910d0d5 1,089 0.33/1.00 vMB 16
610,359 610,359 000000000000000000047f8c1c7db9bb69ecb7b39437fe9ffe3662468f1957ba 2,460 0.99/1.00 vMB 8
610,358 610,358 0000000000000000000290402d6040e043a105181ab27253ab284e6a468b165c 1,057 0.33/1.00 vMB 7
610,357 610,357 000000000000000000059500383ae927cf43486994d2adf035e472b24cdc18d8 2,622 0.97/1.00 vMB 5
610,356 610,356 000000000000000000005bba1be63cafdb36049440b1ba16a82b95725559bb65 3,048 1.00/1.00 vMB 9
610,355 610,355 00000000000000000008642da1c5b6b9fc7a94a5b9981595f7b5ba4c9508446f 3,177 1.00/1.00 vMB 13
610,354 610,354 0000000000000000000a1c17c8bdbcb9a4dbda9845f25b9e6202564396208d09 1,608 0.50/1.00 vMB 9
610,353 610,353 0000000000000000000b0d1ea970e9f10f4e47ecafeaaa3b42db9af5abe7f07a 2,122 0.62/1.00 vMB 4
610,352 610,352 0000000000000000001321e5d6265b50847ebbe0287a751183a97b92a5392808 2,962 1.00/1.00 vMB 12
610,351 610,351 00000000000000000006380583ff1677842f8045cf0b38638ac27f205145e2b0 1,496 0.48/1.00 vMB 7
610,350 610,350 00000000000000000006d169311e756463dd818f114f103e3f104e222fb0bde0 2,986 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.64 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.