Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
29.44 vMB
0.07363573 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt 56903099c3ee4f4189e003b37d98128c2abc0b28bb272ec4938fdc335153ecfc
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 65b9ea1b5df975c5458d432ce562fe987d4106075a1bd7fd433be050fb619aa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,016
Size: 1.00 vMB
Total Fees: 0.01179565 BTC
Feerates: 25.13 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (247,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,174 667,174 00000000000000000007f617e449fbd22b90a81d99dc8a9cd7e0dff7db9dc619 2,105 1.00/1.00 vMB 42
667,173 667,173 0000000000000000000883e4352b36883c3aeb27c3f5f409dce40da2abd68a0b 2,486 1.00/1.00 vMB 49
667,172 667,172 0000000000000000000a8873e4ce869bddb3292f9c0ba472c8d6c151425b0437 2,766 1.00/1.00 vMB 68
667,171 667,171 00000000000000000003580aa38a2a00f830ac0bd5f571e615de5909a724e25c 2,770 1.00/1.00 vMB 60
667,170 667,170 0000000000000000000ca04419e05991399b01192c35916867421386d655cef9 2,725 1.00/1.00 vMB 94
667,169 667,169 0000000000000000000a4c821f7fbe99cce1c11bc9e412514520f0d12dee13a2 2,754 1.00/1.00 vMB 112
667,168 667,168 00000000000000000006fe2cfe44e794d52df49ee6b58d84c1f70489654d02a2 2,217 1.00/1.00 vMB 102
667,167 667,167 000000000000000000067021097a37acda1d1737e0db30b16d6d3cafa79cd5b4 2,831 1.00/1.00 vMB 73
667,166 667,166 0000000000000000000bd63738b258bda50f93a1f07850d39259c0c2d3e52680 1,355 1.00/1.00 vMB 102
667,165 667,165 0000000000000000000cc0a4fd1e418341f5926f0a6a5c5e70e4e190ed4b2251 2,889 1.00/1.00 vMB 103
667,164 667,164 0000000000000000000364350efd609c8b140d7b9818f15e19a17df9fc736971 1,880 1.00/1.00 vMB 92
667,163 667,163 00000000000000000008512cf84870ff39ce347e7c83083615a2731e34a3a956 2,539 1.00/1.00 vMB 97
667,162 667,162 00000000000000000001363a85233b4e4a024c8c8791d9eb0e7942a75be0d4de 2,574 1.00/1.00 vMB 98
667,161 667,161 00000000000000000005d70314d0dd3a31b0d44a5d83bc6c66a4aedbf8cf6207 3,140 1.00/1.00 vMB 123
667,160 667,160 00000000000000000006160011df713a63b3bedc361b60bad660d5a76434ad59 2,804 1.00/1.00 vMB 123
667,159 667,159 000000000000000000000ea0bf87a3fffd13318dbbb77623aac3886a158a9086 2,553 1.00/1.00 vMB 109
667,158 667,158 00000000000000000004e37f060e2ba765469ea57a3216d7f91dc97a0c35291f 2,762 1.00/1.00 vMB 85
667,157 667,157 0000000000000000000a184503f80ab063289b8fcef8498d3d460436a94c405c 2,166 1.00/1.00 vMB 31
667,156 667,156 000000000000000000072361d37cdc3a2357b92dd746f568404b7c6b3032ff28 2,104 1.00/1.00 vMB 83
667,155 667,155 00000000000000000002219381d2222c072138ed3e126ce5b2e95719d28846fc 1,944 1.00/1.00 vMB 22
667,154 667,154 00000000000000000008da88eab845ae898d2e020a4c41758b12335be905c7c2 2,357 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.