Loading Tool

Explorer IconExplorer

Memory Pool

46,737 transactions
28.78 vMB
0.07314479 BTC
Random Selection Loading Transactions
Max Size: 153.48/200 MB

Candidate Block

Mining Attempt 8dce0330f70fb2f49ac708f2ee687eab46d5c2fbb5337a6116041792f19491c6
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 8341d69af3ba0dcee44a8475a4f620f20ae418688e681cb2b08a0a5a44e450b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.01836289 BTC
Feerates: 73.20 > 1.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (339,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,702 575,702 00000000000000000024e305e511152b2deb7c7fc4391bf70aa1c64f25b8ca8b 1,570 1.00/1.00 vMB 104
575,701 575,701 0000000000000000001fe2971fa330ac99d64feff71c6d2ada34f69099ff2548 2,377 1.00/1.00 vMB 116
575,700 575,700 0000000000000000000f120c267bb057bcdf2b4ce1ca9e3c27369650256d51e5 2,377 1.00/1.00 vMB 77
575,699 575,699 000000000000000000244028043c3db8eae3e3c772712b781932bffd97b20176 2,370 1.00/1.00 vMB 100
575,698 575,698 0000000000000000001ca045113bfd26ccfb2fd13930b5a7d1f5b0300b5e145d 1,870 1.00/1.00 vMB 123
575,697 575,697 0000000000000000000dd875dbc6613ad97d9fe987d5912d29f2e55abb9a28fc 3,045 1.00/1.00 vMB 129
575,696 575,696 00000000000000000007304e73ca9a7320fe15a2dcc5f73a88a58a282aab73e6 1,323 1.00/1.00 vMB 11
575,695 575,695 00000000000000000029daa33049385da845ffbbc379127086c0bf0db3aa8dfe 2,253 1.00/1.00 vMB 45
575,694 575,694 000000000000000000152f6d484846125ab486ee3de4b9f0addd5b5bebb8aab0 2,925 1.00/1.00 vMB 50
575,693 575,693 000000000000000000183d9a3d90338d63b9885819da52772136855632400a87 2,865 1.00/1.00 vMB 102
575,692 575,692 0000000000000000002248419e35bb2994974083e874cf37c324e61d160116b3 2,421 1.00/1.00 vMB 102
575,691 575,691 0000000000000000000996cd8fd748ab82b9ed2414d3edcc848531069bc5d63b 2,862 1.00/1.00 vMB 93
575,690 575,690 00000000000000000016e871326eb3744d8138f0c3ca9e61a39de4c6450b0b72 2,779 1.00/1.00 vMB 121
575,689 575,689 0000000000000000000ac10638daeacc6778e417d1d13b475987a51c920b6c81 1,177 1.00/1.00 vMB 31
575,688 575,688 0000000000000000000d33917375008723decd7b4fdad45e37b833768b511145 1,083 1.00/1.00 vMB 36
575,687 575,687 00000000000000000027a713f49c2b2419565d63c052747e310897adcb7e10c4 1,999 1.00/1.00 vMB 55
575,686 575,686 0000000000000000000211c59272c6dbc2b3b0d7eb3db966022a4e887c47e82c 794 1.00/1.00 vMB 63
575,685 575,685 000000000000000000070db7f7c870f7eb1b2fcf5e148c6c4893dd9d46cc7fe2 1,286 1.00/1.00 vMB 72
575,684 575,684 0000000000000000000b943493e50eb4da1bfbecbc4cce928f18123dd12ba450 1,547 1.00/1.00 vMB 86
575,683 575,683 0000000000000000000f4b76e8e371edbd64bb16f5800bdd2ae0c4752fd0511f 1,629 1.00/1.00 vMB 76
575,682 575,682 0000000000000000002941aa4a947a0b16e021e86e18eadbc4710e57d72450fd 1,919 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.01 GB
    • Received: 13.68 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.