Loading Tool

Explorer IconExplorer

Memory Pool

76,323 transactions
28.52 vMB
0.06983942 BTC
Random Selection Loading Transactions
Max Size: 172.68/200 MB

Candidate Block

Mining Attempt a93eea3dec4dc220d003da4b277a08d053cdcfeef92beddadeb67c06763b437f
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 01e9df0bc7bc0d44c6cc45bedac6cc00265613f11fa8c10871d0ecf5c9e291bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,589
Size: 1.00 vMB
Total Fees: 0.01039556 BTC
Feerates: 101.00 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (267,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,281 647,281 0000000000000000000ba4892b8b748c173fc6ed47b623cd2a66a5457853699a 2,908 1.00/1.00 vMB 98
647,280 647,280 00000000000000000006f4bd0270878fe109e1c6c0adf81393668cdfcab01c33 2,489 1.00/1.00 vMB 59
647,279 647,279 0000000000000000000dcd624d0b2cc112e6968a7533dae770741c0de145316d 2,103 1.00/1.00 vMB 46
647,278 647,278 0000000000000000000709aaea39d0c5e8fe120908c8d18cd2937acc3fe2b71a 2,254 1.00/1.00 vMB 105
647,277 647,277 00000000000000000001e9db2870af822dd1b4cc8bc93f6a33bf6bb2e1295fa8 1,575 0.79/1.00 vMB 38
647,276 647,276 00000000000000000008784c38abf23e702c38acb353aee5b0290adbc1911ca8 1 0.00/1.00 vMB 0
647,275 647,275 000000000000000000095a9aa0ad3dd9230e9e571d33aad30df6bd93dfe48053 1,666 0.95/1.00 vMB 11
647,274 647,274 000000000000000000037bf2cb3f4702132c4905f83924180d8737edbfc0034e 2,120 1.00/1.00 vMB 15
647,273 647,273 00000000000000000001cfd959d283d671bd26c674a52a361db69d578f14e743 2,124 1.00/1.00 vMB 20
647,272 647,272 0000000000000000000cac501538f8948e9ffffa601eb52802e7eafedd0995bf 2,221 1.00/1.00 vMB 36
647,271 647,271 00000000000000000005556acf34f4d3f49c6b3088450fcc88eb16a77dce6b1b 2,136 1.00/1.00 vMB 42
647,270 647,270 00000000000000000004c4fd9b57f89ce427ff8cca71c98c11da2ca8b1178554 1,661 1.00/1.00 vMB 20
647,269 647,269 000000000000000000060b34482897f9f332ae6c69781c80967aa4b6df93b2d0 2,288 1.00/1.00 vMB 81
647,268 647,268 00000000000000000003b1b2c6c087721e9b3aef751fad67359682a8b3c0e274 1,463 1.00/1.00 vMB 38
647,267 647,267 0000000000000000000492fcf2344895615ee5a11e6e7dea003e4910edd92d1b 2,735 1.00/1.00 vMB 85
647,266 647,266 0000000000000000000e2ee4795b03611d093fc78c74972098730b3f38999091 1,832 1.00/1.00 vMB 36
647,265 647,265 00000000000000000002124e2965a7f3c66d08a33755cec5085fe42417b674f9 2,309 1.00/1.00 vMB 108
647,264 647,264 00000000000000000009bd512bb09267186e829d05914d65c239d9210108d9fd 2,269 1.00/1.00 vMB 50
647,263 647,263 00000000000000000001916a1fb9222d60cd78cf5f4d72cd82d6eb6a43b5f80f 1,687 0.65/1.00 vMB 40
647,262 647,262 0000000000000000000f5634fe06efdc7408e3513a52b97dfbb9ab04600337b0 2,688 1.00/1.00 vMB 54
647,261 647,261 000000000000000000012478612d1b62bbb63fd552a5623207d585725e25a52c 1,514 0.61/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.