Loading Tool

Explorer IconExplorer

Memory Pool

76,692 transactions
28.52 vMB
0.06677144 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt 2e4e8f62f2a3b73d601233b7e55a9f0d14da25c7d51dd289d0733ee7fc6e7a50
Version 20000000
Previous Block 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3
Merkle Root e2bbf027f054ec4d4482fc79efb05b4db22cd7d38959ba9c3af0f804dea3d879
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,967
Size: 1.00 vMB
Total Fees: 0.00767678 BTC
Feerates: 80.37 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,164 (260,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,823 654,823 0000000000000000000a07d7f00bf35ad55c20d30ffadf2da85eafdefd7aaabc 2,712 1.00/1.00 vMB 306
654,822 654,822 000000000000000000050402c400d6e03ff1a46465ec9d9d5973979bdd6555a8 2,993 1.00/1.00 vMB 287
654,821 654,821 00000000000000000006a08505fa4ad160f80f52cf4b65d2207be48e3bbf06f6 2,193 1.00/1.00 vMB 286
654,820 654,820 0000000000000000000df6ccdcf97cbdd8ec7c36c3cdc650c47929bd5dd763f5 2,385 1.00/1.00 vMB 337
654,819 654,819 00000000000000000006dc38bbacb0b016195763ce4902bf1b84ffc96764c713 2,445 1.00/1.00 vMB 304
654,818 654,818 000000000000000000043eae5aef08739ec0ec63b968f309d9513ac17c7b38df 2,619 1.00/1.00 vMB 326
654,817 654,817 0000000000000000000d6c1d59f722ec0d4c937eb75550cba24ccc19656f18e4 2,651 1.00/1.00 vMB 323
654,816 654,816 000000000000000000091f83a4f5dd7224b8dc6909ec3210326dc8525451069a 2,717 1.00/1.00 vMB 300
654,815 654,815 0000000000000000000633cbd565b440f9b7e437c57d3f2bbbecceb258b1e7a8 2,597 1.00/1.00 vMB 291
654,814 654,814 000000000000000000026fe6606facd9cd5209f54fcea5973c5b97e4e37016cc 2,188 1.00/1.00 vMB 317
654,813 654,813 0000000000000000000ddeefee493a4b7c9ea1f10a74e7601ece0b9805728e70 1,556 1.00/1.00 vMB 304
654,812 654,812 0000000000000000000d83a7ea937acfcbd4354b3ad79af2d9971e7bf4e70471 2,256 1.00/1.00 vMB 310
654,811 654,811 0000000000000000000b73f7dd497f1a8e3e56b342062fccd31829a65254b85f 2,856 1.00/1.00 vMB 348
654,810 654,810 0000000000000000000a12329414851d79c41605926ea5ac9acc7dd606348348 2,134 1.00/1.00 vMB 297
654,809 654,809 0000000000000000000dc31a3e295e9be49c2f8a2c2a2d2b2588b83ea82eec3e 2,388 1.00/1.00 vMB 289
654,808 654,808 00000000000000000007114efdface79c094e5f030bff9ca04f05c532bba4c97 3,047 1.00/1.00 vMB 301
654,807 654,807 0000000000000000000da80171959f7ce86eed7fa617f32a1881d46fec6e3a7a 2,816 1.00/1.00 vMB 338
654,806 654,806 000000000000000000083fb0aa04cc943074b5ba558955aac1aa2618797b6af1 2,830 1.00/1.00 vMB 317
654,805 654,805 0000000000000000000d442dc17cba15fd89acc10275a38bfa54f6a952ddeba3 2,721 1.00/1.00 vMB 335
654,804 654,804 0000000000000000000167d95af804fe397d355364e4d9de744e7d23bc85aca1 2,995 1.00/1.00 vMB 313
654,803 654,803 000000000000000000027850b4b7fec340b0067420775083508c431d48468967 2,732 1.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 782.68 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: 682.65 GB
    • Received: 16.46 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.