Loading Tool

Explorer IconExplorer

Memory Pool

37,247 transactions
26.87 vMB
0.06067681 BTC
Random Selection Loading Transactions
Max Size: 136.52/200 MB

Candidate Block

Mining Attempt 659a294951ed2c68b8b73827acaf3564c758dd08bb7b01be88490e29aca1a400
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 71b78fbd7d03e6a2c801a240ad263da887961d6ce514bb215e104c3af9eb8e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.01028860 BTC
Feerates: 74.79 > 1.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (456,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,686 457,686 0000000000000000023b67ceb5fe3fc82a3bac986706c98281631cdf8252ce87 1,707 1.00/1.00 vMB 138
457,685 457,685 0000000000000000012b26a4214c30ccec72ac3f60ca4d378a82b490ee08e0b7 2,569 1.00/1.00 vMB 204
457,684 457,684 00000000000000000060481580f6ccfd03a39b4ea3048eeb08f69dcdcfc595b9 2,420 1.00/1.00 vMB 232
457,683 457,683 0000000000000000018bae3df358efe3810f33fa9abaee38ac7df40cf86fad00 1,895 1.00/1.00 vMB 157
457,682 457,682 00000000000000000007fa6603b0c81871dbaa7f24c5078a56019cc30806157d 1,193 1.00/1.00 vMB 160
457,681 457,681 000000000000000000f40a231768d3b28602037779d47edf12fba996f4556c9e 565 1.00/1.00 vMB 158
457,680 457,680 000000000000000001cda0929d5ae3328b1ca14d3222bd4118db87714e9d2388 2,029 1.00/1.00 vMB 162
457,679 457,679 000000000000000000de1186b06ccb5174bc0c9266f0aed1b554bf76f638fc5a 2,407 1.00/1.00 vMB 227
457,678 457,678 000000000000000002284747f879b2273eeb549b22afdaed1eb2451b228a3ee8 1,551 1.00/1.00 vMB 131
457,677 457,677 00000000000000000025f0a1bd86bd93771a86e671252662894785e65f194742 1,594 1.00/1.00 vMB 119
457,676 457,676 00000000000000000057350f6403d056e8100e101dbd732d10e484b073f01318 2,197 1.00/1.00 vMB 225
457,675 457,675 00000000000000000118447916e50e0c8c23c3173f3b9d9ed78cc03aa70c539a 1,028 1.00/1.00 vMB 236
457,674 457,674 000000000000000001ef26940aa42e3b7c4b36f8ca1d21b753b27cae6c1b2bdf 2,752 1.00/1.00 vMB 191
457,673 457,673 000000000000000001f37ffc93844b0d160cbf0036b0cf951eb6f492b0951de8 2,808 1.00/1.00 vMB 206
457,672 457,672 000000000000000000071c6400b6729dd24c109551c98c3abb06000c0652325d 1,910 1.00/1.00 vMB 227
457,671 457,671 0000000000000000015b722334b91b6e14eb86f510ad90235dd127e02900b69e 1,929 1.00/1.00 vMB 156
457,670 457,670 0000000000000000010115c6ed3dab37cd68b1a27e12cafbc7c1a8c1120154c6 2,122 1.00/1.00 vMB 210
457,669 457,669 0000000000000000004a2ad916d78e86d6b37a0a41b9dcbe3f2d3920450661c5 2,035 1.00/1.00 vMB 95
457,668 457,668 0000000000000000014aeefa30c65aeb797e23333b2a6307a4475ea097bed717 2,374 1.00/1.00 vMB 166
457,667 457,667 0000000000000000013613ac836ce0eb7efa90c3efd422380e767337ca718990 1,901 1.00/1.00 vMB 149
457,666 457,666 0000000000000000023778b92630130d35b7382b34bf81f5f458f7988dd6b5bc 1,853 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.