Explorer IconExplorer

Memory Pool Memory Pool Refreshing

64 transactions (0.02 vMB)

Priority:

  • 1 sats/vbyte = (3 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,478 000000000000000000022cb30000000000000000000000000000000000000000 0.01 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,477 (887,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,301 22,301 00000000d5fa1a49b2565d06f5b5a247883a8dd40fcbda3f1b506ead11f90436 0.00 MB 1 0
22,300 22,300 00000000ea113d91f74da0a7eebec23ab766a07d3b48bbcb5061c17c19a538e9 0.00 MB 1 0
22,299 22,299 00000000c7f70a87c6709e3f1cdfb9553b8bb757f77ce6f16bbae009b2f9e11c 0.00 MB 1 0
22,298 22,298 00000000170b43eb63d5205e671f4b4b00f4e5e7bee975e4ef7e9daa9b0ea0b5 0.00 MB 1 0
22,297 22,297 000000001f36f6b02fc80c1d2f8c73d4b2bc650c7e5b36311e14aa27c7bc342a 0.00 MB 1 0
22,296 22,296 00000000a92d4f64fe32e44fc407e46a20d634e452a90aa85672287f77ebdf71 0.00 MB 1 0
22,295 22,295 00000000999405618785d1068dfceeb4af688e0bd62ad8adbdaa90aadf27b1b5 0.00 MB 1 0
22,294 22,294 0000000078fbbd17270f892f2ba33dbc4b8192074651d0bb4353bb236924cb91 0.00 MB 1 0
22,293 22,293 0000000048da9e8b82a2e17aabc05557fe0b6f904e22719992adaa12d950025f 0.00 MB 1 0
22,292 22,292 00000000975089dab2b66b31cd9b7172b44e6e7012a6198979393f46c8cbf182 0.00 MB 1 0
22,291 22,291 000000007f06abbeb4ce634312ecb337ed56daf3e0667eccd326773ca1bdfc03 0.00 MB 1 0
22,290 22,290 0000000060f008ad64573e03b74f572015d6dc0582c8310efc7f29029dabd10c 0.00 MB 1 0
22,289 22,289 000000000ba042e397779aec7075607756eb40b72f2daebe02fca64e74ad945c 0.00 MB 1 0
22,288 22,288 000000006c306d287f7cc1d0ce7de7cb5f844871aaf1293d3cb0dbfcc300936a 0.00 MB 1 0
22,287 22,287 00000000bea3f04f901e88b56b46926a6c72f5bb4a60330dfa2d3ce6a330cb15 0.00 MB 1 0
22,286 22,286 00000000e549be37738ef3ef7a16e0e99f0e9fe069d0f84aa5528c10fc49ebcd 0.00 MB 1 0
22,285 22,285 00000000c85ca1a033d4df2e30404178c2c1d487a49cb09224220f6f54a05f45 0.00 MB 1 0
22,284 22,284 000000004c33fff9ebaca900ed7e5c9d07a7f384f98a1a54d48aca1f934c0898 0.00 MB 1 0
22,283 22,283 0000000082bf02c65b392b4b0bb5eb29daa3c11198d888c60059df481c1e1658 0.00 MB 1 0
22,282 22,282 000000008e8101d16bcb2493d9222378ac8cd5c4479d7370fdc4558f777e36ea 0.00 MB 1 0
22,281 22,281 0000000061e5dbf9c326ed779415d3b65abe5524a815b9d72b2222deefd49f93 0.00 MB 1 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.49 GB sent, 110.38 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.