Explorer IconExplorer

Memory Pool Memory Pool Refreshing

558 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,418 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 558 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,417 (888,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,520 20,520 00000000ccce69946a7c851b2c030ad741cecca29faf48ca29f9a5db72e54df7 0.00 MB 1 0
20,519 20,519 0000000026291aca0bd84baa3ba18a990a7e50f4dd104b596adb97cd7765f39e 0.00 MB 1 0
20,518 20,518 00000000d8be700ae3e0b4ef79a1f99b59b6bf5ae44538e4b544b8dd9818b3d2 0.00 MB 1 0
20,517 20,517 00000000fadc78f54a6f1fd1aabbc15827ad33af52fe89c37e93b682e5393f69 0.00 MB 1 0
20,516 20,516 00000000796dfbc9f6273e53c6dee1443dd645b55ec89e80541b631fb1b0d43a 0.00 MB 1 0
20,515 20,515 000000009ca78f6628644e6f993eb735c366978e4c2cafc1fce1aec02b578996 0.00 MB 1 0
20,514 20,514 000000001fb1bfac55156ffd199c8b73f0cbc7c4527fc6aeb614dec2c05c4373 0.00 MB 1 0
20,513 20,513 00000000ee8f9bd87106837b5b3555cad8cb16797577dff35450e4965581d6c2 0.00 MB 1 0
20,512 20,512 00000000bcbc0d581daabf12b82fc8c41f74565a3dc5eda468e4bb84d68fee41 0.00 MB 1 0
20,511 20,511 0000000082654ac49264b600ae5a9bacc158a16eac74a1be832521be31567528 0.00 MB 1 0
20,510 20,510 00000000dac78f104c09d10ce823aac7adbab0992c542256803779c49bd73705 0.00 MB 1 0
20,509 20,509 0000000077e38448738ed25cfac70b2d59e6c67e64740d53002aab60eb3858a0 0.00 MB 1 0
20,508 20,508 00000000f133f1d1597f6f7e4aca600bcb3dce600545e1767ab87a909ee41a4a 0.00 MB 1 0
20,507 20,507 00000000594ac4c6c4d340640786b8c67ee4865ad70d8a41a95aed4566070017 0.00 MB 1 0
20,506 20,506 00000000839cc4b8780aaa8aae6de4b09fd29441599fe992563cbceab2071e4a 0.00 MB 1 0
20,505 20,505 000000008710e67c4f6b93758b44cb85e2507362220c2401c3fd4e695e952929 0.00 MB 1 0
20,504 20,504 0000000010c4bebfde68a2f2da18cb7490d58a90f34aa8c2a2cdfc908f519dc9 0.00 MB 1 0
20,503 20,503 000000007084d78933c0b0b631433ec875943dd80d7e1ab74a14c0820d10a29c 0.00 MB 1 0
20,502 20,502 00000000806a0579778e20b6ea8580fb388fa7cfe2c5099da8a8b1ebf3f56f68 0.00 MB 1 0
20,501 20,501 0000000000e0ad3d241b04e6d1149255aa54b360724a07bfbc81589ae10ebfc2 0.00 MB 1 0
20,500 20,500 0000000068318b0e651c4e6a3a0ed44496f6650c7ae671dbc043c74fabfd1053 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 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,071.72 GB sent, 109.75 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.