Loading Tool

Explorer IconExplorer

Memory Pool

44,079 transactions
28.66 vMB
0.12517096 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 6eade0fe47081103d77a2474bb0cece5289297d926967d1446b566e16b4d923a
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root dc3fb0d578a3ed0849c92287aa7f44b3a9cb263168d10e81ceaeba6a225ee25b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.03833175 BTC
Feerates: 113.05 > 3.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (233,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,362 681,362 0000000000000000000ab927e1716d061516c72ecb400084e4a8d3745e5165d7 2,790 1.00/1.00 vMB 55
681,361 681,361 00000000000000000000f24149e9d474b813619c1ae20ec02369ffa21ae903ff 2,493 1.00/1.00 vMB 22
681,360 681,360 000000000000000000010a5f2a58497cf7f46c1f6e32284c37c758f425999fdf 2,497 1.00/1.00 vMB 126
681,359 681,359 0000000000000000000bece7b56471e9e459d063fd1c61261f5db6ea2c5713d2 2,574 1.00/1.00 vMB 109
681,358 681,358 0000000000000000000a3ebcf0c8560105b64d8a93d224c591b1e129572c9c6f 914 1.00/1.00 vMB 20
681,357 681,357 00000000000000000003a3de95043af2288ee89d277fc2d99b524e5870287f65 1,762 1.00/1.00 vMB 42
681,356 681,356 00000000000000000000a0fd50ebd8839b0b3216e334dfca26afbd3ede5dcd8a 2,151 1.00/1.00 vMB 26
681,355 681,355 00000000000000000007f6b3f7295c4d8709076e1d81d4592bfced584a94bb0a 2,513 1.00/1.00 vMB 87
681,354 681,354 00000000000000000007ea11f43bdd77dd41e232d379e51f47fc571849734a6c 1,081 1.00/1.00 vMB 37
681,353 681,353 000000000000000000021cf0e5f749537d477f9305329b0a41758cc7de42047f 1,777 1.00/1.00 vMB 15
681,352 681,352 00000000000000000009935c19d5396e470ca4f19b844d00efec8137eac00994 2,173 1.00/1.00 vMB 38
681,351 681,351 000000000000000000001dfb613973b1c09994f872933de4fcdb8b1cd78789d3 1,402 1.00/1.00 vMB 136
681,350 681,350 0000000000000000000b889bbec953019f97a31a18047605b6049ee4c7e74ff5 1,645 1.00/1.00 vMB 30
681,349 681,349 00000000000000000005c2cde5cac533e312b67a2f993d7f6a7c4121c8a9e4da 2,448 1.00/1.00 vMB 103
681,348 681,348 000000000000000000050b8d0b47dfd2e4a4b0ad8d36eb9b11785c3cbc0eec3d 1,769 1.00/1.00 vMB 155
681,347 681,347 0000000000000000000b042e5379ef0f8eb17db0aeb809b0a40947ebd7f55e63 1,909 1.00/1.00 vMB 49
681,346 681,346 00000000000000000009915964474dd8425de5b1aea37930512bb8a21fdb8a46 2,219 1.00/1.00 vMB 22
681,345 681,345 0000000000000000000161d5e5586f27184e7d0265eea045bae1c18bbbd0b838 2,167 1.00/1.00 vMB 79
681,344 681,344 00000000000000000008c69128a76fb9888164db31dace993cf2a6b8a574664a 2,660 1.00/1.00 vMB 29
681,343 681,343 000000000000000000093196401700bbeeb726829b7961d3415bdf440f0fe9c8 1,934 1.00/1.00 vMB 37
681,342 681,342 00000000000000000000c45fa9a25971ee563a59f5069d60e0a9f0876ac9e1a6 1,722 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.