Loading Tool

Explorer IconExplorer

Memory Pool

57,366 transactions
18.93 vMB
0.05233461 BTC
Random Selection Loading Transactions
Max Size: 119.46/200 MB

Candidate Block

Mining Attempt 24f1469d87e66a0b6dc506710739d6dfc15b47f310a78ebac27781eea93a6efd
Version 20000000
Previous Block 00000000000000000001091000006f1c03a4ef8ca9b57fd51dde0fdfb677ef26
Merkle Root 37d95a5edd49431e6b2062fc834528a486b766ba9b93c5be7af09bcf86c43133
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 868
Size: 1.00 vMB
Total Fees: 0.00980231 BTC
Feerates: 185.04 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,699 (906,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,810 8,810 00000000917055ca56f73122581850ffaaab9fc2d0276e1dffbc02d6249f87ae 1 0.00/1.00 vMB 0
8,809 8,809 0000000097901cf10df46a15283576c23c20e28456949ab9d0131b14e75bf6b2 1 0.00/1.00 vMB 0
8,808 8,808 000000007d963253c24e06e6730837483accd5ab78549a4a7040e79247d07eb0 1 0.00/1.00 vMB 0
8,807 8,807 00000000c7ede4b4d97579ce2ef124526d32a1dc1c4d35b18a9cd3096a4f0cbd 1 0.00/1.00 vMB 0
8,806 8,806 00000000ea1f4e21fc336b5552e712d12a660b28baf8458b4bba1cf2187da1b0 1 0.00/1.00 vMB 0
8,805 8,805 00000000c628d5357e37a0971d37f884d29b653404c76884a6e493e50253b222 1 0.00/1.00 vMB 0
8,804 8,804 00000000a94e1945863d7eef8f7585da1305541c62527f5c3340ee056ee19e00 1 0.00/1.00 vMB 0
8,803 8,803 000000002c59ee9cb421a4fc9a7e60d549168e3917d47a9cf276e958be8dd015 1 0.00/1.00 vMB 0
8,802 8,802 00000000cd741d8b0f40301c7fdc028883816ce467e13e0325e4f8ced3d4b19f 1 0.00/1.00 vMB 0
8,801 8,801 0000000074b5bae4abdc95e88f7e12e68987856cbb384d61c3355bc2b9be4b9b 1 0.00/1.00 vMB 0
8,800 8,800 00000000a6b938f2407fa173d034c9da999e8f82ff27503edca069b88dd9b1c0 1 0.00/1.00 vMB 0
8,799 8,799 00000000499539b7daa6092db8fc9e937d5021fe196d5e909686e75cfe7af045 1 0.00/1.00 vMB 0
8,798 8,798 000000006383601d061c77b3ee729a09265b19963040c487d3ec9cf61a483a16 1 0.00/1.00 vMB 0
8,797 8,797 00000000d8551eb071406db8b7100687a0f135607a7557817ef2347e4f1235d2 1 0.00/1.00 vMB 0
8,796 8,796 000000008b5d5ae3e29c1c7f40ee90672eed5f6f27f85d5bbfcaea9d333f791a 1 0.00/1.00 vMB 0
8,795 8,795 0000000056270ab7155404ee7f57f6252d20c1a1a479888dcad96a962528151b 1 0.00/1.00 vMB 0
8,794 8,794 00000000bf5e73ae585023f0b2a7a376f086af52744fe3b0fab79028757e6e4d 1 0.00/1.00 vMB 0
8,793 8,793 00000000b51d2b9f5faa149787d633d4c257c2c4af5903e07fcd7734683ebf34 1 0.00/1.00 vMB 0
8,792 8,792 0000000065c6b8e8013a87f447703a98e5857a264fd6b4c3216d12e74c69cd07 1 0.00/1.00 vMB 0
8,791 8,791 00000000fce66f517da7e77003f45e5844e4cb00ded20e165b168a8c8aa59fa1 1 0.00/1.00 vMB 0
8,790 8,790 000000005f2f4063102005cb8a9f940a12f771e6947e3157c77f77ec00de9507 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.59 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: 775.05 GB
    • Received: 20.78 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.