Loading Tool

Explorer IconExplorer

Memory Pool

79,520 transactions
29.68 vMB
0.07437188 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 439ce16d4ba715033d77d767cddab9b9ff6a10356ef130f387d4c70fbd5730d6
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (503,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,368 411,368 0000000000000000059238845b87c08eaaf0ba7188263aeaf871728d08e6da5d 1,780 0.68/1.00 vMB 41
411,367 411,367 0000000000000000024a81094f2bb0587af97c3cc27e03ddaf65d0a7fd76e26e 2,111 0.82/1.00 vMB 46
411,366 411,366 00000000000000000260f11fc8c4cd1d4c3db32a51136479da9b342b69ff8006 1,520 0.64/1.00 vMB 43
411,365 411,365 000000000000000001fce36bab03c9490fdb4fef0149816b6c9b01caaed2f26f 1,224 0.96/1.00 vMB 26
411,364 411,364 0000000000000000003567b43782d684145df2cb3b9b8b744117204a47401d4b 720 0.99/1.00 vMB 15
411,363 411,363 0000000000000000047f466cfe7f66945b701878c5c4ba2b3a38dc351b061f7b 2,165 1.00/1.00 vMB 34
411,362 411,362 0000000000000000044ff06e8bb7315a30eb8ecae740c8835e19afe600398cdf 2,163 1.00/1.00 vMB 32
411,361 411,361 0000000000000000004d0c14930eda9b2f5cc41cf97d2c0ec0d978071f0b1a40 2,848 1.00/1.00 vMB 55
411,360 411,360 00000000000000000276d0874b772b97ea5b311a61884c2eb476112a2de6137a 3,097 1.00/1.00 vMB 71
411,359 411,359 00000000000000000322e42b0ce3d6d6820a016600e1cf54c61eda75cbaa039a 2,664 1.00/1.00 vMB 46
411,358 411,358 000000000000000000ce7cfe75d2b1a71d500727fffb0540132fb72c98e01b5d 521 0.20/1.00 vMB 44
411,357 411,357 000000000000000004905dad89f734859373c581c3f6e8adcc716bc91e893ffa 291 0.17/1.00 vMB 24
411,356 411,356 000000000000000003f1e26784734710cbda8b6b814c3447b5a5362f1a57e908 1,527 0.92/1.00 vMB 32
411,355 411,355 000000000000000000fdd672096be52330b2ef46d1e2d0bf3149529a9794ace2 97 0.03/1.00 vMB 56
411,354 411,354 0000000000000000001d253c7a561eb94f32379e68ffdc07b18204122f118119 477 0.69/1.00 vMB 21
411,353 411,353 000000000000000002464f485d3ba872e1c77c0f11d72008e149bd550dfbcfdf 1,013 1.00/1.00 vMB 18
411,352 411,352 000000000000000002a67da43d77424109d2dd33aacfc962bdb1fcbd8b69a883 1,283 1.00/1.00 vMB 19
411,351 411,351 0000000000000000053a5e0b0b2e4064e74a4476bed73d4a79908a7560768c0f 2,233 1.00/1.00 vMB 54
411,350 411,350 0000000000000000032f65bf9c8b9839808eb2032567dcb138352ec6b780b66b 2,891 1.00/1.00 vMB 55
411,349 411,349 000000000000000004cbc2b30f1cc47a2abb64c5fb3aa9b39c6df13c3ad98ed5 1,493 1.00/1.00 vMB 25
411,348 411,348 000000000000000004563e834a108a7b2bc054e86ced2f0365375a1a3985852e 2,307 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.