Loading Tool

Explorer IconExplorer

Memory Pool

71,247 transactions
31.20 vMB
0.08379347 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt ddedc80268ce12b5c9901c4cfe05a5e0038de8c7b36a519b8922a8fa96e75eb4
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root c66fa0e358c2a8edd6566b5c45fee8768696f6fde980c2795f31b2725fa71115
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,194
Size: 1.00 vMB
Total Fees: 0.02248889 BTC
Feerates: 150.93 > 2.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (423,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,920 491,920 000000000000000000051119b49270b9a0b15b2420399d663cf88b844ddc2ce1 1,991 1.00/1.00 vMB 120
491,919 491,919 0000000000000000009e54f69a1385628afdc9025d5794236e32f88698db6a2f 2,902 1.00/1.00 vMB 170
491,918 491,918 0000000000000000002ae643a8888d681f7fc719e11fad575c76356424b9e08a 2,298 1.00/1.00 vMB 128
491,917 491,917 0000000000000000003ec8edbf1dbea187abc6b5940307c9142ac8a8cedf82be 2,042 1.00/1.00 vMB 92
491,916 491,916 00000000000000000027f5a5ce64bb15e8a135f059f56cc9b4160c9796ce971a 2,613 1.00/1.00 vMB 100
491,915 491,915 0000000000000000005476d61a6270947ca475a61cd5f92b2ff7cfa1b0e9a85b 1,989 0.95/1.00 vMB 102
491,914 491,914 000000000000000000a46bebb0414afc16a40eab703df5cbb3f39fe39d1bd4c1 2,167 0.97/1.00 vMB 123
491,913 491,913 000000000000000000331d424027672f34ed427846f1a1ae882a48eba5e6e321 2,442 1.00/1.00 vMB 173
491,912 491,912 0000000000000000004b8bd04f7865c6eb486c035589920c9a06eb2b4b0ab32a 2,032 1.00/1.00 vMB 124
491,911 491,911 0000000000000000003e96ef87a5c6724878a6c42d71f7e2947089a4d4fc2fd1 2,770 1.00/1.00 vMB 174
491,910 491,910 0000000000000000008e813f9513da2ae617918bf8c07237f02a09f056247ea4 1,948 1.00/1.00 vMB 96
491,909 491,909 0000000000000000002fe97e71571d1f1336ce6cc48fc7d535aa8866c3dbe178 2,169 0.93/1.00 vMB 47
491,908 491,908 0000000000000000004818f90fafe08658284aad9fcd9f26cf57bff46f86b716 2,541 1.00/1.00 vMB 94
491,907 491,907 0000000000000000000ab752ac90cd46dbf5db604a9f06b9b84b8b89dcd5c5c3 2,614 1.00/1.00 vMB 105
491,906 491,906 00000000000000000020af4693f9a46d76e839ac67e17e2549b78110fb382af1 2,485 1.00/1.00 vMB 126
491,905 491,905 00000000000000000046ab78bb9dcc323239b1eaf4739577edb100531423fd09 2,357 1.00/1.00 vMB 117
491,904 491,904 000000000000000000b7e385cac200c058ede4b7e732855ab94a9942361ccf8e 2,096 1.00/1.00 vMB 100
491,903 491,903 000000000000000000e3be3cf7343d7792c0d47d3c39ddb9ceaf19961e9eeab4 1,533 1.00/1.00 vMB 123
491,902 491,902 0000000000000000004525e341c4de4f3c308985d6155151858fad1150251217 1,040 0.98/1.00 vMB 120
491,901 491,901 000000000000000000cf11a32e5ec4a5fb22c19df1ed00390a21bde535bcb87a 2,641 1.00/1.00 vMB 166
491,900 491,900 000000000000000000b2b1001a65adbcb8891ac6aae5f490ffd55c6516c06ac6 222 0.09/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.