Loading Tool

Explorer IconExplorer

Memory Pool

19,716 transactions
9.61 vMB
0.01861343 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.68/200 MB

Candidate Block

Mining Attempt 493652cda67f99d950ec534236e3d92f93c61f67445a1af2c87156f9291ba0c5
Version 20000000
Previous Block 00000000000000000000affe2459a0641b3eed957860ca210491974d2d275e71
Merkle Root 9c65e65bcc3df735643bfbc82e041d2e50989ef972f860dc6770832eb1114d6d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,984
Size: 1.00 vMB
Total Fees: 0.00344632 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,539 (651,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,245 262,245 0000000000000003bab641ec039bd030c72c83b4f9339b8eb9b359aea17111cd 59 0.02 vMB 86
262,244 262,244 00000000000000081b8ef4904be9581cc413f4a88d2e2178c5dad2c918d17eea 64 0.04 vMB 62
262,243 262,243 0000000000000013c7fff0564863d6bdabf1218561956c717ad6b3ecad208e8b 304 0.16 vMB 92
262,242 262,242 0000000000000016a7aba66577ee1a9f5b8bc650d444a7ad2be635de09a110f3 413 0.23 vMB 75
262,241 262,241 00000000000000129ef11840f67a55f00b9cf125290ea82cdac613d89ed44b9f 136 0.09 vMB 66
262,240 262,240 00000000000000135e3b9ff70f34ac9318f5e7fd65629d2c4bf5d6048390f63d 86 0.04 vMB 49
262,239 262,239 00000000000000164a49a88a394408686bd19ec0f4b401b5b97364f979e72025 193 0.07 vMB 66
262,238 262,238 0000000000000003d1b1efa405bf048df25d0b53bd39b1ce76fbd84d3bda125c 721 0.31 vMB 101
262,237 262,237 00000000000000098386bf9e51024f6640fde2eee824a549bbec35c531908ac7 177 0.15 vMB 25
262,236 262,236 000000000000000f333bf601bf29317a3c3ca67c353cdbaaa23ec9b3b322e8c3 306 0.15 vMB 69
262,235 262,235 00000000000000076d3b2c2516fc25dc58bc77c7a8fe4c89c51b58f047205424 755 0.29 vMB 102
262,234 262,234 000000000000000a5ea92520238903bff7b5bfe10db1a7d900b8170da8c07552 32 0.01 vMB 158
262,233 262,233 0000000000000010aa1dab620a074b628fb487683943d3f371aa86c9950396e2 231 0.12 vMB 57
262,232 262,232 0000000000000005a5c8fd9f50f05ddcb86081985442a6bdb3b3c84283ad7716 382 0.24 vMB 61
262,231 262,231 000000000000000862b2ac7e8685274c68876e828a60ef31dfbfabe1dfa06f4a 169 0.09 vMB 72
262,230 262,230 0000000000000011aef1b81747421dd8cc90c9b529c9590c1039bf9dd0112369 366 0.12 vMB 123
262,229 262,229 0000000000000008a2ebecc110f080c6df86d55cc423077112f9187733ad6411 286 0.12 vMB 112
262,228 262,228 0000000000000000532c7cbb709b90593feb9baf1c893d7f10d457233eda48f2 221 0.08 vMB 113
262,227 262,227 0000000000000009b51703c509cf62c7d5a7c4853271813924367d3bbefe5872 107 0.03 vMB 109
262,226 262,226 00000000000000094acce25f76743c9d7b8dfb14311fa53f5a2ad74656dadcca 200 0.07 vMB 117
262,225 262,225 00000000000000162181571bf912d89b4208081d0334ac875cbeaa155226ba77 255 0.15 vMB 66
Previous 10 blocks ↓
Total Size: 779.80 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: 407.30 GB
    • Received: 2.13 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.