Loading Tool

Explorer IconExplorer

Memory Pool

42,332 transactions
26.71 vMB
0.08594630 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt 8c784cb23d7bfa0f4030dcd0ef9b03ca26677cfe32e9efb64ce642349b53b46a
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root dbac6adca6c7a19ecd253a2cf178cf141a499e10222a310e361af2c5a2cec152
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.03652449 BTC
Feerates: 151.01 > 3.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (65,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,936 848,936 00000000000000000002a24737a72e0b524b5c18adc42609baa6b3490c3142cb 2,860 1.00/1.00 vMB 30
848,935 848,935 000000000000000000025151b2206bb0b3f3b083751f2598fbf434e75be9c997 3,969 1.00/1.00 vMB 37
848,934 848,934 0000000000000000000046919ded824ba2d906f916d99608da8394012fb2b809 2,630 1.00/1.00 vMB 51
848,933 848,933 00000000000000000001e5ee8f90b5dea0b73a30ee60c358d6b5fb03bb47ff59 3,444 1.00/1.00 vMB 25
848,932 848,932 00000000000000000000fce56ec1a2ac9e1851de49ab89065452a3202ded78c5 3,420 1.00/1.00 vMB 30
848,931 848,931 0000000000000000000196a112996ed94a32b1e5e9592133c4731cd502de9dea 4,461 1.00/1.00 vMB 32
848,930 848,930 00000000000000000001c2fe5151fe9ff587351fec2dcfa612dc4b082ca4fd6d 3,457 1.00/1.00 vMB 36
848,929 848,929 000000000000000000033f6ea0f7781e12e71ee174b1eae35c6113aad372e0ff 4,289 1.00/1.00 vMB 36
848,928 848,928 00000000000000000000297942a3512bc9f766be1601a516cae88fa8086c46b4 3,566 1.00/1.00 vMB 50
848,927 848,927 00000000000000000000e54922a69732766456ecae584c2adba175c0066d8d6e 5,372 1.00/1.00 vMB 49
848,926 848,926 00000000000000000000f3d70eaf2eb890d95cb6e13fbed9c96fea75ac568c36 6,722 1.00/1.00 vMB 51
848,925 848,925 000000000000000000000de6711d957130d75062125a6111cb3fe5249c9d4518 6,709 1.00/1.00 vMB 43
848,924 848,924 00000000000000000002f29f9ab596fca24c2dca02a6ab1efd0870b958c3e7de 6,030 1.00/1.00 vMB 50
848,923 848,923 000000000000000000005514e4b8be51447cf86271ef071faef54ce942e0fb03 5,135 1.00/1.00 vMB 43
848,922 848,922 000000000000000000025603b230dfa6e10fce05706f739fc515acd5594cbd4c 5,088 1.00/1.00 vMB 35
848,921 848,921 00000000000000000001d41fcb20a33619bc0d9531028ea3d8d2a179681c1142 5,050 1.00/1.00 vMB 32
848,920 848,920 00000000000000000001d34725249e9aa7eaa10ed3c537eea44824a2277ab7fd 4,948 1.00/1.00 vMB 30
848,919 848,919 0000000000000000000324eb8d826b5df4432f34cfe7aecdf5ea4c1bf6fa1d6a 3,511 1.00/1.00 vMB 41
848,918 848,918 0000000000000000000342fc762045cee19e1f2ea89319a690e1fd78dac9a024 5,103 1.00/1.00 vMB 28
848,917 848,917 000000000000000000009c4e36c7ed296c80da901100351fd8c6ad3d3f816945 4,455 1.00/1.00 vMB 26
848,916 848,916 0000000000000000000329776752fe08f8f3538a8d2e4adbfae7aae1b4dc058f 4,110 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.