Loading Tool

Explorer IconExplorer

Memory Pool

42,331 transactions
26.74 vMB
0.06338261 BTC
Random Selection Loading Transactions
Max Size: 140.31/200 MB

Candidate Block

Mining Attempt c40f1592cba9898d7ce618ce9c06a395f9a5082721a2fe85a02d1ffb6aa402f4
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 571203b4d9186f523dfe1294a5f8b158e7d63304179844d115664b06ab7acff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01387554 BTC
Feerates: 181.54 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (425,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,379 489,379 000000000000000000c01c395bc60485329d03e25528dcafd4f1540c74d86665 1,805 1.00/1.00 vMB 93
489,378 489,378 00000000000000000018b59d6f57f44791caabc1c8dcfb0c2889ef22dbcc49d6 2,494 1.00/1.00 vMB 148
489,377 489,377 000000000000000000e6ceb507ebd38680dc3c48cf7ac0e21d163cff55af9d82 2,170 0.95/1.00 vMB 130
489,376 489,376 00000000000000000028138ad0671e7ccd07c0b76eb1a48e2b9063812e71847a 2,566 1.00/1.00 vMB 136
489,375 489,375 000000000000000000dd4da787b4d1a67bf8277bd20ae58cb0867dc0b29aa239 2,926 1.00/1.00 vMB 121
489,374 489,374 000000000000000000b1a4c0a0593752f1b86e9dc52cfe7cf3e43e39fa02db8d 1,719 1.00/1.00 vMB 136
489,373 489,373 0000000000000000003652acfdfd07e719be49bac3b94a545bbb3f5fc5ea72f8 2,507 0.98/1.00 vMB 179
489,372 489,372 000000000000000000632582d7b04462330f88240af3d2eeceff489e9fb0a784 2,270 1.00/1.00 vMB 121
489,371 489,371 0000000000000000002cef55b008619628586818ebf6c0fb35f5e9b75a069743 2,190 1.00/1.00 vMB 111
489,370 489,370 000000000000000000db6b17c00afb63873a17c905d8ef625751611b94aa9cd7 2,462 1.00/1.00 vMB 159
489,369 489,369 000000000000000000e2405e7e35b675183471849edeaa583dba83bae246284c 2,489 1.00/1.00 vMB 125
489,368 489,368 000000000000000000f0277481675f96b35ce7ab28991d848b26d319d692014d 2,271 1.00/1.00 vMB 135
489,367 489,367 000000000000000000efbc5ab4b7bd327939176d492c30e41b046090cb1e1767 2,360 0.95/1.00 vMB 158
489,366 489,366 0000000000000000007374ccc715314b8014246086c4e7e70808cb2ebfa95601 2,413 1.00/1.00 vMB 163
489,365 489,365 0000000000000000003d2b226b421f483d39df782e03e18ceb0e77d5742a59ad 2,537 1.00/1.00 vMB 172
489,364 489,364 000000000000000000a6d57f53b6f761067968a9f65bb941ad0afc0ad72e921c 1,969 0.94/1.00 vMB 118
489,363 489,363 0000000000000000008dd00dc2913ea75f36d7a3cf9da2d3a15fd7bde7dcc907 2,427 0.95/1.00 vMB 146
489,362 489,362 000000000000000000ab10e56d9bc2b30bfcaf7e8f7b1e729ad67f2d69ad8242 2,202 0.95/1.00 vMB 140
489,361 489,361 000000000000000000e76ba99ab65e2cb20e2a1f9aeaeee596febbed28f5929d 2,249 1.00/1.00 vMB 131
489,360 489,360 000000000000000000c1c4bec7ba35e688a93de8682b625bdff99a48e3bdcf43 1,766 1.00/1.00 vMB 182
489,359 489,359 000000000000000000e509aff0e2aea08630b8da2653937b7cc8990ef9b88488 2,265 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.