Loading Tool

Explorer IconExplorer

Memory Pool

80,209 transactions
30.07 vMB
0.08805173 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 46763ae8bf53374b4499135af3d855ea96c05a0c3995b2d449e951ca3644a469
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (325,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,245 589,245 00000000000000000007e97d46f0e5cf7b7c7519e9f50e4ba02fe4c3567a1f82 2,718 1.00/1.00 vMB 23
589,244 589,244 0000000000000000000e5f0ed7882929a31bab070baaaa397466edba18822047 2,784 1.00/1.00 vMB 58
589,243 589,243 000000000000000000164069c864a6b4e49a1fd84d01d301078e891980a9cb43 962 1.00/1.00 vMB 10
589,242 589,242 000000000000000000070b206241a7195e38d7273c6776bccb4a28ffd73db5d6 1,104 1.00/1.00 vMB 5
589,241 589,241 0000000000000000000eca1c8d424a714cb6e7260f1124eceb8460878b63eaf8 1,564 1.00/1.00 vMB 30
589,240 589,240 0000000000000000000cc749944022f84b9557847f4776fc96da8d398a99af85 3,005 1.00/1.00 vMB 21
589,239 589,239 0000000000000000000c54a5ad1ebb9a6bbedac133f00e64c89e2ecfd3ef2d10 2,163 1.00/1.00 vMB 23
589,238 589,238 00000000000000000019bc94057e4a1bcf4a59b1254e178661827e06a035c51e 2,219 1.00/1.00 vMB 38
589,237 589,237 00000000000000000015cd9958a969ed755b81ee6b523ffa19439004df6d7abe 2,733 1.00/1.00 vMB 70
589,236 589,236 000000000000000000141707eb165f372704e393ee0025e3025d03e19a4d66d4 2,966 1.00/1.00 vMB 71
589,235 589,235 00000000000000000019e49e5d6262edfb745afd29c218db2559b3b7d99b1658 2,622 1.00/1.00 vMB 89
589,234 589,234 000000000000000000125d8aaafae6a8f972d757272f80f8e774e5f40052359f 2,855 1.00/1.00 vMB 25
589,233 589,233 0000000000000000000d2a5ad51ff7ea224e323194ff370a99cc1ecaebb800df 2,681 1.00/1.00 vMB 38
589,232 589,232 00000000000000000014115deb70c1cf43fdd0b724f540a492b3f93334d7d0e5 2,758 1.00/1.00 vMB 37
589,231 589,231 000000000000000000119f540a08bac7d285171f68c9c32752988d79fbec7087 3,384 1.00/1.00 vMB 77
589,230 589,230 000000000000000000168363444d5a5798c844af31e293cf9c9fbbb4b36a0689 1,305 1.00/1.00 vMB 4
589,229 589,229 0000000000000000000c93bc23d9d1a10176a0c13bc3e669270aaf5e8a429cb2 2,901 1.00/1.00 vMB 48
589,228 589,228 00000000000000000004eeee7d953845734d3ba34efeef7341d98ef436b1318a 2,099 1.00/1.00 vMB 23
589,227 589,227 0000000000000000000782d280ee7ab3b31a71f429ccfb4c705cfd902b0aa007 2,039 1.00/1.00 vMB 17
589,226 589,226 0000000000000000000196c901c9bd005b6728d5ae8d6c43e7fb1e5afe0ced4d 1,716 1.00/1.00 vMB 27
589,225 589,225 00000000000000000016f22f07fd69bbbd27e810b5cfa697562d4d0939b116fa 712 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.