Loading Tool

Explorer IconExplorer

Memory Pool

78,215 transactions
29.62 vMB
0.09129351 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt a5ef6ef16f1d29f6b0f88c1c877e72934e4d4fc29f3bf0c005e043a50e2c0013
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root f030391155588c115e9b73bf7c3662a1dede7c99a5d7510f7d9a0e2914c1b5c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02557227 BTC
Feerates: 477.45 > 2.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (547,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
368,121 368,121 00000000000000000d751e3cf7cbdc2070cef0e4ef87c990938fb92687cdc6c0 1,665 0.92/1.00 vMB 35
368,120 368,120 00000000000000001341d7ddce47d96204fb91af7e086e10d3a4c0d5505732b8 132 0.07/1.00 vMB 36
368,119 368,119 00000000000000000eafe900ce0e5843df029a4c225c722cb2a37dffd24180ba 175 0.12/1.00 vMB 22
368,118 368,118 00000000000000000e60dd855661cad3f1b34b7c32e64e971d2aff31ac8b0e9d 1,375 0.73/1.00 vMB 41
368,117 368,117 0000000000000000104e121d4819abe1b2d6320acc54a18d5375603f4d7d7c57 1 0.00/1.00 vMB 0
368,116 368,116 0000000000000000116935030fe99bfe618296d216f185b48f0d1170534ba8b7 1,228 0.82/1.00 vMB 30
368,115 368,115 000000000000000000bb504bdcb5a0f1b18f10cf54b1532c9b31aee754eb28e9 1 0.00/1.00 vMB 0
368,114 368,114 00000000000000000a1e2b47dc8ac882d63010c87ae77239489630a59f357232 598 0.67/1.00 vMB 18
368,113 368,113 00000000000000000268b346b4bce2df28eeeb47be1b76dd29002e6434ae009f 378 0.41/1.00 vMB 21
368,112 368,112 0000000000000000028f36c34d295ada6c57b3bfb3fbf56ebf3c1c4a34dca6d0 379 0.38/1.00 vMB 24
368,111 368,111 000000000000000000a6215bf69fd65cb7e063fe7c2b9f06d8f5dacedbe35d4a 1,255 0.91/1.00 vMB 33
368,110 368,110 000000000000000010757f45486032588fa2c3f4762bf9da36ae7e8100863bc9 629 0.52/1.00 vMB 24
368,109 368,109 00000000000000000da4dca9146cd6f279dd1dd7e22a0d35ac1967e766eb02d4 474 0.48/1.00 vMB 26
368,108 368,108 00000000000000000b948b1e2f6146d85b50acae51633103f99a3f285db1eaa2 788 0.86/1.00 vMB 22
368,107 368,107 000000000000000000f892eea521cb5e707424861bf0df2e2ba9e64328e21787 925 0.75/1.00 vMB 31
368,106 368,106 00000000000000001124b80f26c3035f7abd2e1d6f7b276ac2d9c11a5a2d8773 689 0.61/1.00 vMB 30
368,105 368,105 000000000000000004a255644e9ea2a08de31547d18a77cb1cdf422086488520 934 0.52/1.00 vMB 37
368,104 368,104 0000000000000000129ffc0b2ad86bb896f982e7157db739d011fced222e9566 267 0.13/1.00 vMB 47
368,103 368,103 00000000000000001052afe87420503c89d819fb72c1364d894bb41675757796 205 0.12/1.00 vMB 30
368,102 368,102 00000000000000000229ab8ba9469acb129b9c4292e8a46c402298ac777ce67c 288 0.16/1.00 vMB 39
368,101 368,101 0000000000000000019c2fd95e21f5ad2d1dcdd3256c49c1bc6ae4631e645eca 447 0.27/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.81 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: 710.31 GB
    • Received: 17.07 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.