Loading Tool

Explorer IconExplorer

Memory Pool

24,200 transactions
5.15 vMB
0.01628604 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.20/200 MB

Candidate Block

Mining Attempt 64a2d23a8ac7f4bb0b689e2916908fd9d5005ff88d611b8e987b546c49bb4535
Version 20000000
Previous Block 00000000000000000000d6911f3e7e720632b81aa560a11c7b3ef3cb105bfefe
Merkle Root 21c9ef4605a608a221ee7eaf5823c43fd362a9475a016fb3a98e4648d4b9a016
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 604
Size: 0.19 vMB
Total Fees: 0.00328426 BTC
Avg Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,139 (689,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,370 223,370 00000000000001d79a88151cb6a7ded83864ae51b49c73c796da48d07900e396 0.08 MB 80 113
223,369 223,369 0000000000000007fc20f776ef4f48f1fb84b3aec51061d9e3d8e8cc19fb6920 0.14 MB 333 230
223,368 223,368 00000000000001d6bad84f38149b9a9468e6ee5d4b1ac196e6fb95ff82f71b8a 0.01 MB 19 151
223,367 223,367 00000000000002aace2d826e0b2d79fa6cf5af5f28a50b03e823c8c50f25568f 0.09 MB 183 168
223,366 223,366 000000000000016884427e06ec3343cae37c290f0507fb7693a67d3d139ede29 0.09 MB 128 61
223,365 223,365 000000000000000a132383a82de9402d44b3a998e128562481d0de63b18fc9fa 0.10 MB 255 181
223,364 223,364 00000000000003dc260581152dad808836690cdeed6d3315c01d0b51b6a07fdc 0.02 MB 36 122
223,363 223,363 000000000000020f40c6d8735aa541ebb81886c99cf8bba2a4cc05bc1ce82b10 0.06 MB 105 89
223,362 223,362 00000000000002f21f1a0c58b0b270bc29cd30d5a0553901f4a91ecfa2236092 0.24 MB 463 175
223,361 223,361 0000000000000077026ad593a6a2d0c8b61d8269b9036669fc179eb3e23e18b2 0.01 MB 32 213
223,360 223,360 0000000000000396d3231ac69863f13af1312ef789293c59f89acd247192618e 0.05 MB 105 197
223,359 223,359 0000000000000349c5e2c06312af20671b07a66c4792046871da41b369967e6e 0.07 MB 160 192
223,358 223,358 0000000000000174a780ed57c23530e708a5d88fe2665b550dc1901015eaffb0 0.04 MB 63 141
223,357 223,357 00000000000003b90d568e9592921a24cfa2843eb3104daf5bf304f4dee2f14d 0.02 MB 74 352
223,356 223,356 000000000000026d296473393ac9be5527e6f4361623ada08e5ac4cb5a40635f 0.12 MB 316 193
223,355 223,355 000000000000027077892f785bc00685636957743ad633cae268708da01bf7ce 0.11 MB 164 129
223,354 223,354 00000000000000f21067142801ba64551bc672ba76d9faf187a60f0e0e7df31e 0.18 MB 367 147
223,353 223,353 00000000000002a2c14694c8880308fda297c87decdd65ae66cda2a112ba7cb6 0.27 MB 562 165
223,352 223,352 000000000000026f03e4a590e738fcddde056a2982f8504bafbe8ae90f4784ca 0.01 MB 21 202
223,351 223,351 000000000000031242f2c92e8ad61ea5ca10e27ddf0180c0eb116d3147de22fd 0.17 MB 437 204
223,350 223,350 00000000000003821c2b30ee4bf6919b22958a4c8cb933d342424ebe5fb35275 0.06 MB 92 156
Previous 10 blocks ↓
Total Size: 779.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 73
    • Outgoing: 10
  • Data Transfer:
    • Sent: 125.75 GB
    • Received: 0.60 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.