Loading Tool

Explorer IconExplorer

Memory Pool

74,272 transactions
27.40 vMB
0.06785878 BTC
Random Selection Loading Transactions
Max Size: 167.32/200 MB

Candidate Block

Mining Attempt a4e6dc8fbcfd43c25970d435ed4c1ca3a9d5e97b04602695f90f33bd02e2002d
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 0261504bd0237d6ccb5ef22c51c11c3578fa7ac4fcad9374cf248846802d1b35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,281
Size: 1.00 vMB
Total Fees: 0.00958470 BTC
Feerates: 80.55 > 0.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (98,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,476 816,476 00000000000000000002b844c1c6ec50a4ad7ff397cdd3772071618b713d6b1e 4,667 1.00/1.00 vMB 83
816,475 816,475 00000000000000000002ef095db8a04286036109d948db81f1ea672cbfbd4a18 4,744 1.00/1.00 vMB 77
816,474 816,474 00000000000000000001201cff9481c06ac33db39bf7dc05181b4cac93864999 4,385 1.00/1.00 vMB 76
816,473 816,473 00000000000000000004062aeae2286dae3033a22985ed0393e8d3b1f9eff022 3,759 1.00/1.00 vMB 107
816,472 816,472 00000000000000000001df34d51301025beaeed9dcc33e3873e7fe6d87936fd7 5,235 1.00/1.00 vMB 66
816,471 816,471 000000000000000000034fbd3e3c621fb82ce903a9afd2c776ba7437a06c816a 5,268 1.00/1.00 vMB 71
816,470 816,470 00000000000000000003eed9a2ae94eb946bab43b3fb6057bb8dcaaa6663189e 3,792 1.00/1.00 vMB 62
816,469 816,469 0000000000000000000291cb9dc5f1b1466d6211dab019e18bb1ebf7227d5c31 5,601 1.00/1.00 vMB 72
816,468 816,468 000000000000000000016ceae5a8d8218cfa10db7cc43a778e7cbf1818d05903 4,166 1.00/1.00 vMB 62
816,467 816,467 000000000000000000038a00ea73f471d9b246c56a2ef2c1e8b50a45b4a28dae 3,913 1.00/1.00 vMB 84
816,466 816,466 00000000000000000000afd68f97f439106c7b0b0cf656dd2ebb93dd44b80363 4,576 1.00/1.00 vMB 84
816,465 816,465 00000000000000000000f6591bd8623681f6a6eb8c7fc95b27490bc2adbfaca0 5,497 1.00/1.00 vMB 78
816,464 816,464 00000000000000000000060455ebe24fc82227e77f86d59a99d7c4eca690fd22 5,205 1.00/1.00 vMB 65
816,463 816,463 0000000000000000000039e1edd3fb8abed6d1224369c73c7ee5b2a06081aead 5,135 1.00/1.00 vMB 85
816,462 816,462 000000000000000000033a6abad360a3aa7bf6a998ea3b327dbfe27b817dedd5 3,999 1.00/1.00 vMB 98
816,461 816,461 00000000000000000003add79e2039ae11b6898df619ad72a92c449deb35f760 3,992 1.00/1.00 vMB 64
816,460 816,460 00000000000000000001fb37f828d39d4aba3c3b48dc6098c04879968ab7b405 3,612 1.00/1.00 vMB 138
816,459 816,459 0000000000000000000145961d6964756d6108bb73f9e4f772325d60f17d1bc4 5,393 1.00/1.00 vMB 91
816,458 816,458 0000000000000000000457a165cad1fab789185412799e8686dd64bebd2a0627 4,288 1.00/1.00 vMB 74
816,457 816,457 00000000000000000002be4a74ba497f591469013a6242b2e4cdee82a52a0e4b 5,547 1.00/1.00 vMB 67
816,456 816,456 0000000000000000000255ec85a172678493e8a9c02787aead58ed8a8597c976 4,921 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.