Loading Tool

Explorer IconExplorer

Memory Pool

74,224 transactions
28.61 vMB
0.07371153 BTC
Random Selection Loading Transactions
Max Size: 169.55/200 MB

Candidate Block

Mining Attempt 19cb995b2f688e57dfb3dabc179e3e51bf302e7a9351a5294dcddfa07e72b7b0
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 9efc029cff190b895f690c26c3986422555a7008a46c875d375fee5b571e707e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.01622075 BTC
Feerates: 250.89 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (123,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,069 791,069 00000000000000000004ecee97d28ab46971b54e4317fa7021dc6826607dc0f2 3,269 1.00/1.00 vMB 59
791,068 791,068 00000000000000000003a80a0312b52c87dd82a95d1df1e030b00f65163d562d 2,894 1.00/1.00 vMB 74
791,067 791,067 0000000000000000000584d8e488e2055c6c49d0cc3ba298b8c44c990c49140c 2,523 1.00/1.00 vMB 71
791,066 791,066 000000000000000000052c671e25554ba7b2245d336703b676b91bf4927ffdc5 3,180 1.00/1.00 vMB 36
791,065 791,065 00000000000000000001b082a02a40868d6f1c07380481688c8aba97c6b19005 2,351 1.00/1.00 vMB 30
791,064 791,064 00000000000000000001f6aceca2264882be411d12a32842958ea3fa135ff56e 2,796 1.00/1.00 vMB 37
791,063 791,063 00000000000000000004c5c2cd33b3facfbb15f692d42ad2eb6044139f922b33 3,875 1.00/1.00 vMB 48
791,062 791,062 000000000000000000048f2ca008b9320afb3e9b2473088e4395b7ffaa9c1305 3,275 1.00/1.00 vMB 40
791,061 791,061 00000000000000000004f34d46d37cca6e48df690bd17ba2cdf65dce5752ff6a 2,094 1.00/1.00 vMB 49
791,060 791,060 00000000000000000003dc987a7a5fb69565af39f4ac06ec6b9ee2373c35d6a5 3,835 1.00/1.00 vMB 53
791,059 791,059 00000000000000000003e92f64f9b0b187b332c6c576c874b20f77bafa0f6411 2,357 1.00/1.00 vMB 53
791,058 791,058 00000000000000000000ed2c51515188b2a93bfbe44a3ae64ceab07f72d9dbf2 4,011 1.00/1.00 vMB 80
791,057 791,057 000000000000000000024493aeca6bf2cc20a7251712ca81d1fc983db2caf193 3,960 1.00/1.00 vMB 87
791,056 791,056 0000000000000000000335ae9d060cc9775c43003ab3866b0b08741b7e7e6df3 3,812 1.00/1.00 vMB 75
791,055 791,055 0000000000000000000473354004cecfaa08011f4a7921c6aabbfdad9c1b76e0 3,208 1.00/1.00 vMB 54
791,054 791,054 00000000000000000001b1dc89f2a53da4e7b356a11a1327641e15b4f14b5858 4,334 1.00/1.00 vMB 70
791,053 791,053 000000000000000000006ba3f8e7380ef34fe3446775aa69e04f787b35a965d6 3,187 1.00/1.00 vMB 87
791,052 791,052 0000000000000000000550adfc9663f59e9ea2caac2fbd54f438d634bd2b6837 3,762 1.00/1.00 vMB 89
791,051 791,051 0000000000000000000350ecf04107472ed24fb596c69c8d27234934b7f6b754 3,564 1.00/1.00 vMB 59
791,050 791,050 000000000000000000020a56708af2442b5e87e0c1bd422cae7672201266912d 3,065 1.00/1.00 vMB 53
791,049 791,049 000000000000000000056e3611c08235410b157b6b9dd21b9490428ef74b3276 3,625 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.