Loading Tool

Explorer IconExplorer

Memory Pool

83,337 transactions
32.67 vMB
0.10187932 BTC
Random Selection Loading Transactions
Max Size: 195.91/200 MB

Candidate Block

Mining Attempt 4bebec768f297ee4aa019de8cebebbc2370ed6d86073bc5ae7ba149e7317541a
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 18f93cf7d6645744679cdeacffd38e11c7e35234113b17edf22fd036d85e643e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,213
Size: 1.00 vMB
Total Fees: 0.02558761 BTC
Feerates: 265.25 > 2.56 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (453,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,308 461,308 000000000000000002153643375a09a62a2e2220da15ceba4ce74139250126ac 1,798 1.00/1.00 vMB 251
461,307 461,307 000000000000000001d84205d129fad6ffa8f94ae8c5182d299b0eeb6ccee545 2,683 1.00/1.00 vMB 265
461,306 461,306 0000000000000000010e86e79b73e37cb4a817d31072946822091c3810e33080 2,225 1.00/1.00 vMB 172
461,305 461,305 000000000000000001a80b52aaf9fedca3d4609b8ebfa56be7aa598eda8aec15 2,932 1.00/1.00 vMB 208
461,304 461,304 000000000000000001db6367edf6d30de2f37d3149b6a6f16ef1cb1ead982bbf 1,496 1.00/1.00 vMB 144
461,303 461,303 000000000000000000d5b46786aec795ed154f2c9b56a59c675923bd82797e0f 1,292 1.00/1.00 vMB 141
461,302 461,302 00000000000000000084c7beccf4cbbd66bf453c6321675bb7f4c286bc64cfdc 1,165 1.00/1.00 vMB 120
461,301 461,301 0000000000000000021b4118e75390009f3bd63681ed687732766bf8e6382e03 2,276 1.00/1.00 vMB 126
461,300 461,300 0000000000000000019894b8096498ba1ad5f443f26db8dcaff90c4c088ac374 2,261 1.00/1.00 vMB 121
461,299 461,299 00000000000000000077dcb14eff4dc8941b8085d72a2d9956faf38fdf9a76df 1,807 1.00/1.00 vMB 170
461,298 461,298 000000000000000001b495de4df76337100d459ae4fff649d942f94a05a1269b 2,064 1.00/1.00 vMB 136
461,297 461,297 00000000000000000033052e98a094f67ed5da042fb5f785cbb36c9da4bc0001 2,352 1.00/1.00 vMB 133
461,296 461,296 0000000000000000010e0ca4c61b8759cf39ef7f801aa18a9578bd7725cc0909 2,939 1.00/1.00 vMB 219
461,295 461,295 00000000000000000115d9de36bbe4bd8f57adea95664e303b6b8ce3102edfa6 2,557 1.00/1.00 vMB 169
461,294 461,294 0000000000000000014092d3a6b1a17eb9a73c07a2fad902c2c6e49a14b18326 2,659 1.00/1.00 vMB 213
461,293 461,293 00000000000000000065583f74a297e855cd0cd9b26d39c12b31616cf30ac4c9 1,535 1.00/1.00 vMB 135
461,292 461,292 0000000000000000022cab299c763c59064b2c0b6f46b269d03dfea3a43560ab 2,388 1.00/1.00 vMB 124
461,291 461,291 00000000000000000112ddacf49d35493f7c11ba781dd63f2d30906632a1a0d7 1,747 1.00/1.00 vMB 113
461,290 461,290 000000000000000001c1b98cc38815e4f244da107bfcbe529277b0a44a8fb7ba 1,937 1.00/1.00 vMB 153
461,289 461,289 0000000000000000013c637899c06061e6c57e4b395399b89661bc6a1d6af7e1 2,287 1.00/1.00 vMB 125
461,288 461,288 0000000000000000016d7a827104f850afa08a385278739639492073cae655f1 3,153 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.