Memory Pool Memory Pool Refreshing

6,090 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (23,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,646 884,646 0000000000000000000170dd247fd0704bb1c070dfce2fa3fea6e99cbf30c498 1.91 MB 1,586 4
884,645 884,645 0000000000000000000073310f9819bb3720d99e4c17ae2dab39e9b58c64f3b5 1.49 MB 2,774 1
884,644 884,644 00000000000000000001ad7adfc897808c8e219d207209bc1b28529fee37c81c 1.76 MB 4,229 3
884,643 884,643 000000000000000000021098eba3b0ba4ae316c0b57f2c8e304cae767118042c 1.60 MB 2,580 3
884,642 884,642 000000000000000000023c42aa331aee78bd86da62e0219aec9000c4c295607f 1.75 MB 2,593 4
884,641 884,641 00000000000000000000ae86547dbf22182e8c19d059df3aec5aa905bcb712d8 1.79 MB 4,793 1
884,640 884,640 00000000000000000000de01768d2bc63eb6ce3ac68dc5f8973a5a84068d2aa2 1.86 MB 4,777 2
884,639 884,639 00000000000000000000e166454d6465f1a0382ab8e74bf7481484f1839de777 1.71 MB 3,912 2
884,638 884,638 000000000000000000014733cd780537045b25ca5aea6d931807408e44c7a564 1.76 MB 4,291 2
884,637 884,637 000000000000000000015886464c4f55900133e4286865bf45b343066ecd1ace 2.06 MB 4,412 2
884,636 884,636 00000000000000000000c29b2db4b07f789792ea2a998a38671dd0b737ca0eca 1.79 MB 3,313 2
884,635 884,635 00000000000000000000b21550bf4ad49afcf845077c21fc6bbab447ce85b972 1.58 MB 1,369 2
884,634 884,634 0000000000000000000013fb19513005d4b7a84bd2a2f5f42c022d9fefdb2a5b 1.55 MB 2,767 4
884,633 884,633 0000000000000000000146601a36528d193ce46aafc00a806b9512663ea89be8 1.60 MB 3,287 5
884,632 884,632 00000000000000000000da94197b9c8de294700c3c69913ec9e6166836ca20d5 2.21 MB 4,847 1
884,631 884,631 00000000000000000000cdb72fff6807e76767a621f31b9e035cf611c1b9b2b4 1.60 MB 2,616 2
884,630 884,630 0000000000000000000117cea0d240ba2f9405b41cdd003ce5696253fbd130c8 1.96 MB 5,512 2
884,629 884,629 00000000000000000001a7bbd4fbb83e35d34d23a273a161a9e0f897f23907d2 1.99 MB 5,763 3
884,628 884,628 000000000000000000009536ce36d41ab39e6b8c508fa9231cf1da826dbaeb60 1.62 MB 3,501 2
884,627 884,627 000000000000000000015af43f1777dc24fff2f545284fc3e01732f9a4c45f93 1.74 MB 2,804 2
884,626 884,626 00000000000000000001792af29cd81894ad0fe390a98a25dbbc7b9c2687fb3c 1.72 MB 2,887 2
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.