Memory Pool Memory Pool Refreshing

17,239 transactions (6.29 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,374 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (847,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,639 61,639 000000000a2e7eee181695fcf02efdb77a9ea191f7538df111637bf40e673b9a 0.00 MB 1 0
61,638 61,638 0000000005ad2126edcbb16e58f0ef8f2118977dca932160d11b6b3891603358 0.00 MB 2 0
61,637 61,637 0000000009d9f0841ac36229123d9603519e2c787de22c4ab247d1738cfce5b0 0.00 MB 1 0
61,636 61,636 000000000652a48a710cfc0e57e857d4ae2a09d9e9f7ed3f35b6997f682f5c79 0.00 MB 1 0
61,635 61,635 0000000004ba2f14da64f95807c84580ebc25c263bc6631035b2b984fa56d475 0.00 MB 1 0
61,634 61,634 000000000d24e9f196e591414504d5ba80363eb24545f605ab411785bcbac4da 0.00 MB 1 0
61,633 61,633 00000000014abb76fc381d3ac575a6764a5d0acee081e902f33353ea9be8313c 0.00 MB 1 0
61,632 61,632 00000000029bff2ceb1bcd87f4037cc53f2785a33e307ec2dc147d0ed8d8d16d 0.00 MB 1 0
61,631 61,631 00000000018986f5499a4221cf89147e40cad67425174630e248b2a8f7ae1b35 0.00 MB 1 0
61,630 61,630 00000000087b10e4888ac5647e915c3cf94de0d110b590342defb605146eebed 0.00 MB 1 0
61,629 61,629 0000000006cfe31861ceca1143c4ae6839137b03823c8ab040ef6ffc1f535d40 0.00 MB 1 0
61,628 61,628 000000000393495a0f5388927c9ee381d2912452a833a1bda507d46a2af3e6f8 0.00 MB 1 0
61,627 61,627 000000000c276a614ab956b09a1d23a3eefb0598a181a36e2a97224cc80aaca9 0.00 MB 2 0
61,626 61,626 000000000056897e8fea951d1e2e4a89d1c6f400dce775701bd601893fd74c6f 0.00 MB 1 0
61,625 61,625 000000000a11ed062d381628c35064699877763e8b00771bce13923408f5a8dc 0.00 MB 1 0
61,624 61,624 000000000ea8c21c86b58f410bcf981b2911b785bb258b8b259b7c093df4922d 0.00 MB 1 0
61,623 61,623 0000000004000278533417f753526ab49056243eee7ec8bf1d402f07c398a281 0.00 MB 1 0
61,622 61,622 000000000525b528d001794841121c28dcb766d7d0ba4081984a185c9f6221f9 0.00 MB 1 0
61,621 61,621 000000000c7131289eba1abfc678e3a059f4f3aa5aa667551c059845d3555749 0.00 MB 1 0
61,620 61,620 000000000b5881fb7dc0e70c9eae9d982367433f1fbb2ece7919bc658727a89c 0.00 MB 1 0
61,619 61,619 00000000071357213e160a82e378f15da1d84ca1816c607d9a6b10d696a07ec0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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: 1,863.42 GB sent, 104.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.