Loading Tool

Explorer IconExplorer

Memory Pool

72,733 transactions
28.11 vMB
0.06393042 BTC
Random Selection Loading Transactions
Max Size: 166.69/200 MB

Candidate Block

Mining Attempt fe046c07b772100ad21873d6672a28ed2aaf60f8491f46750efbbddaef3e599c
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root d1a432906ba5d0b8bb8ba1be1fd48a58cdfc7b41a1783d8bfe5969e11d53751e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,400
Size: 1.00 vMB
Total Fees: 0.00751802 BTC
Feerates: 40.21 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (350,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,014 565,014 0000000000000000000fa043c35a4b3451e189be1082a8ef6649ce6b7b7fd8d4 2,149 1.00/1.00 vMB 39
565,013 565,013 0000000000000000000e9847729eb7f0359e4a2b7533dd3d96e468d26a3747e3 2,452 1.00/1.00 vMB 14
565,012 565,012 0000000000000000001ff6068830062ff807d26f84391d8944b9269b3962a61b 2,524 1.00/1.00 vMB 17
565,011 565,011 0000000000000000002c915e83b1a57c3afefd3e740ec51efc577b06c3b779f7 3,106 1.00/1.00 vMB 36
565,010 565,010 0000000000000000001c10275ba8f72183eb9ba2733f35496c72b646004e9c07 2,896 1.00/1.00 vMB 44
565,009 565,009 00000000000000000003c1b0d3d931803098a2630e7d18a6bed24b538b01532b 2,934 1.00/1.00 vMB 25
565,008 565,008 000000000000000000035b47a3489f8b4a1240667148cfd3ae8e88264c4559ca 2,454 1.00/1.00 vMB 52
565,007 565,007 0000000000000000001d92a08c609ce3912e98fe6d019ff54aa0d8f6183f2008 1 0.00/1.00 vMB 0
565,006 565,006 0000000000000000001877ec6e6965ee40bf4d363e48a8a99628ebee10fdf032 2,592 1.00/1.00 vMB 33
565,005 565,005 0000000000000000001fa7c86d5b41759b964c8632b946c87c9c3cb6cbdae58c 1,529 0.59/1.00 vMB 12
565,004 565,004 00000000000000000010c9131015f99e65354c0dde8370f084d1d939f8ee3410 3,071 1.00/1.00 vMB 8
565,003 565,003 00000000000000000024703740eeca3071bb35d4481426554dd0bf93d12d659c 2,676 1.00/1.00 vMB 5
565,002 565,002 0000000000000000000cc8d0fe5d0cf168df4da7bc38684dff4ac88df63ebd98 2,650 1.00/1.00 vMB 13
565,001 565,001 00000000000000000024cb8a28a5192bf9db5d58c35f4856ec0339f94ea347e2 3,076 1.00/1.00 vMB 55
565,000 565,000 0000000000000000002596e5f8ae63a7816d774885a5cd3bb0dcc168049ce547 285 0.08/1.00 vMB 4
564,999 564,999 00000000000000000000649d09d2f2a7eaaa3c633013e462f1a46e62be4f8f50 2,822 0.90/1.00 vMB 12
564,998 564,998 0000000000000000000213b0a4b5d10fe8c0fe0edd343b2cc51cc46cdbe5e58d 3,009 1.00/1.00 vMB 13
564,997 564,997 00000000000000000000f67b549f102d82344f7758853fe440c42b85759f0566 2,146 1.00/1.00 vMB 17
564,996 564,996 0000000000000000000244bbd98227201151a7b4ea6422b5f674ad8ce0e4eba2 669 0.35/1.00 vMB 12
564,995 564,995 0000000000000000001b4c1b4efaa08b7813552f5cc083d808382ae54f7e4c2c 1,620 0.54/1.00 vMB 5
564,994 564,994 0000000000000000000711565512df4f451e536408010ce2e7de92374c11888c 1,673 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.