Loading Tool

Explorer IconExplorer

Memory Pool

14,127 transactions
5.63 vMB
0.02054709 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.67/200 MB

Candidate Block

Mining Attempt 7e0bc92cb36ec0ecaf41bd5ea9841ac4d97c48bb62d9641983da1db91e1441cb
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root fe3d6985c1a4e36818d39ee80178326f7e2bcdb4108f12556d48a659eb56232c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.01122493 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (684,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,868 228,868 00000000000000a27582c78fff5cc57464e1747d2efa8b8994cbad7ad52ec448 143 0.16 vMB 94
228,867 228,867 00000000000001c2ef1f8ea8ac471c553ec6072f07d607d3962577ab7b8c4a5c 130 0.11 vMB 131
228,866 228,866 000000000000010e694d5d074b22f3683edfc725d3d196b4a575bfaa81bfdf21 292 0.15 vMB 151
228,865 228,865 000000000000017e3529d6bfc643abff0fd286d29167c021e1c994d5e7e3ffc1 216 0.09 vMB 185
228,864 228,864 000000000000006557be96a789dc3e865cfe45f8af6b4c8ff57491cf6ac1f24e 426 0.28 vMB 128
228,863 228,863 0000000000000245e32e9ffd856629699231f0da80f0b8ace826006e613d0b15 5 0.00 vMB 42
228,862 228,862 00000000000001f4acb11a13d0ee6cabea3668de1af8a18672ad0c06344b3018 272 0.15 vMB 103
228,861 228,861 000000000000007d87d42b2151d77e0af77b8dd76cb0de1e760c2bd064274c27 146 0.15 vMB 61
228,860 228,860 00000000000000cb9b42c05111346a1e981228fb527541561043867eaf9e67a9 141 0.15 vMB 88
228,859 228,859 0000000000000019631b078af79bf1f6123bc737b2d9973072089b22f25bcfe2 26 0.01 vMB 372
228,858 228,858 00000000000001382b8f934e91d1c800e666d643484d060a8fd7eff940db015a 185 0.09 vMB 137
228,857 228,857 00000000000001c69a137b015d5875a1cc7e0652c97dbce096ed0ab3a5371f41 128 0.04 vMB 272
228,856 228,856 00000000000001764afee197e3987343f1cbf18f6bfe31df8884bc71cd9e12c0 251 0.12 vMB 137
228,855 228,855 000000000000016e3d57275e2bd65caed4881cfca4694d69b2932269d6110c14 129 0.15 vMB 80
228,854 228,854 00000000000000f2b15497a7aaf0bf8e6656e87109de7ed2850bcbd7076920e2 180 0.08 vMB 148
228,853 228,853 00000000000002045043520df80cd48486dca58afc681073541a189d01bed8ee 380 0.20 vMB 190
228,852 228,852 000000000000002c4057c31e1c50d6549a26063531a9bfa2f2873c51fd406bcd 376 0.16 vMB 180
228,851 228,851 0000000000000241adea1fb76588b288e4194e93c790e381356cfdf651b01599 967 0.47 vMB 182
228,850 228,850 0000000000000163d46f0f245417fc5bd28a1b27e59d7d6cef87ed3be66fd35f 245 0.15 vMB 109
228,849 228,849 00000000000001f2b2c68eb3c9929dde885c19f88f08901e328123b92eaa7a26 501 0.25 vMB 142
228,848 228,848 000000000000013aa15af9211abf9a95ed4afea0a745a99b9841d599980d3af1 256 0.09 vMB 236
Previous 10 blocks ↓
Total Size: 779.65 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: 309.18 GB
    • Received: 1.46 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.