Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,557 transactions (0.74 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,478 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.74 vMB 2,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,477 (830,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,037 79,037 0000000000418cfee8e65f88b1079b0cc70b39cf524ae069b123adbc53c44022 0.00 MB 1 0
79,036 79,036 000000000007e129afb46d6c5c25b3c579832d41c1547398a50a037a907d7d0c 0.00 MB 1 0
79,035 79,035 0000000000401531bf63ddaf56522dc1f661e3f8fb23be94125c32d35971a9ac 0.00 MB 1 0
79,034 79,034 00000000001c7cacd68a26c59ccd87f677350e40c00da25a95754a0a3163073e 0.00 MB 1 0
79,033 79,033 0000000000154b906722d9729e61170ca98c9ee801f725a11bf93d99aa9afc48 0.00 MB 2 0
79,032 79,032 00000000001da551d3faaf873312d291286acb3b59640dd16164ddd50ce82710 0.00 MB 1 0
79,031 79,031 000000000051a75bd122ac2b4c6d0521072a34d96d407c2fe75f8b98dee37640 0.00 MB 2 0
79,030 79,030 0000000000337f5402b81fe07d1efe5bae67413734dc7d69be81a27b9681a275 0.00 MB 1 0
79,029 79,029 000000000002748243d328a13b860540b0275f0a3e2747637f976df4b6f1d9f3 0.00 MB 1 0
79,028 79,028 000000000018e4b84d591df01ebe5fd898589a45afc53450e404a63e718fb6a3 0.00 MB 2 0
79,027 79,027 00000000000b00eb56232ec28dbcabec741f87cf56465442024a7ccfc2a10dcf 0.00 MB 1 0
79,026 79,026 0000000000002733b66a550ddb605dc1124a3133b042b6d89ae936947f2fae81 0.00 MB 3 0
79,025 79,025 0000000000578cede5acff3ef1bf2504ae1d9d2fb91e0cf63c3a28076269d40a 0.00 MB 1 0
79,024 79,024 00000000003672a0df8941839b596374072366ed4f5e8956b1956d48b17fdc7e 0.00 MB 1 0
79,023 79,023 00000000002eac7e3766ada653565e623089160f102616b247589c54a49a97ec 0.00 MB 1 0
79,022 79,022 000000000003207f408f9ab977dbf6e86da325f03a19d8bc5b0e5306f629693c 0.00 MB 2 0
79,021 79,021 00000000000c12340345cc20d35279e2949c017ceb8c0e5488148c1af9ed8004 0.00 MB 4 0
79,020 79,020 00000000000c63aedce1c194464f5d31eeba66c1a7f0c7c1fc24548cfad9e47f 0.00 MB 1 0
79,019 79,019 00000000004f32c6441e782d8383054834b9b84b8a702bf7695c4c673c078e30 0.00 MB 2 0
79,018 79,018 000000000057af10a6a161ed7e40198374c8236fdccdcc64d24c1b5291c05d7d 0.00 MB 1 0
79,017 79,017 00000000003e70bc91342461ce1f81a2131fc017b48509b4aa8157710fab544a 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,080.53 GB sent, 110.39 GB received

Notes

  • This page updates every 5 seconds.
  • 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.