Loading Tool

Explorer IconExplorer

Memory Pool

90,359 transactions
33.15 vMB
0.16231116 BTC
Random Selection Loading Transactions
Max Size: 199.84/200 MB

Candidate Block

Mining Attempt cf46be13fdb78c1fd927c25b38e8e04f5c44f4f6c152c307e497460b40152982
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c2782ba0dfa192d1c5ff74a0caa8a605d84238d20b4866a570395fddb83fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.06291918 BTC
Feerates: 627.82 > 6.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (350,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
564,993 564,993 0000000000000000000eb1b643771b2dff77bc03c51f23ba7109208ecc7a3bc2 2,672 0.90/1.00 vMB 2
564,992 564,992 00000000000000000009bc1597cbd9cd0d02205c604eeb3f8bd49a5d72f039ee 2,947 1.00/1.00 vMB 31
564,991 564,991 00000000000000000027f75198e0bccbd1a05bdf0b0acbb1c54c0aed64b96606 2,753 0.89/1.00 vMB 11
564,990 564,990 00000000000000000001c7928698b9c54c60a0b02ad37d0ba777aaca0cd79b21 2,814 0.89/1.00 vMB 10
564,989 564,989 0000000000000000000e80978bdd969bff801059705c0b90e2a1ce94725ab6e6 3,177 1.00/1.00 vMB 14
564,988 564,988 0000000000000000000be235266dc80f0f2c017514ff9280a6f4dd4fd0012777 583 0.18/1.00 vMB 20
564,987 564,987 000000000000000000044d3b2f7f5f2d13113bc175a577456c616e907ea4c93f 2,126 0.72/1.00 vMB 19
564,986 564,986 0000000000000000001a558bdc87623ff6d553d131d56d5b4f67b6f2faca2bc8 1,016 0.29/1.00 vMB 1
564,985 564,985 000000000000000000068bb662e1e0a3318add545a182bc8c348e85c3dd0a3c7 3,277 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.52 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.90 GB
    • Received: 15.63 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.