Explorer IconExplorer

Memory Pool Memory Pool Refreshing

267 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,450 000000000000000000022cb30000000000000000000000000000000000000000 0.07 vMB 244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,449 (830,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
79,016 79,016 0000000000399c7b9fd8196d6b1016667fc6306313ef7b3ac71c657cd3540644 0.00 MB 2 0
79,015 79,015 00000000003d758e9ec386c386671951d8ce418a2c8e1f0b2ce3d9c917b13d18 0.00 MB 1 0
79,014 79,014 000000000041efd8c9f52f81826c7776097a4932251c637f852415251367c99f 0.00 MB 1 0
79,013 79,013 00000000004cffc0ea6e59a5672a2601d069b0b3ffd54016cb6365be71975595 0.00 MB 3 0
79,012 79,012 000000000026f9307e3afa2c083036447d358c426cccbb22dea89c59a84036d9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.38 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,077.78 GB sent, 110.08 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.