Memory Pool Memory Pool Refreshing

10,389 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,816 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (346,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,736 561,736 0000000000000000000ad0dd07019a8dae9aa5b6eb3d39782e9af8e082353b39 0.00 MB 1 0
561,735 561,735 0000000000000000000482f5eaa3725a6a2f4d4d35f2f7da4fcb4a9dd142a72c 1.15 MB 3,069 10
561,734 561,734 000000000000000000256eac86bf7b0dcbd309411c51300b070e6067ecd0d212 1.19 MB 3,169 13
561,733 561,733 0000000000000000002c33eb0320fc6bf830d8feff20e8ac92b99c9dbd04cd64 1.22 MB 3,013 13
561,732 561,732 00000000000000000000605e2d165d84de1c3964ba7c7e890f72dc0ee86ecce8 1.10 MB 2,770 3
561,731 561,731 0000000000000000001d8f8edc2e04d2aee540e7f045ed77df2410fd1826ccd8 1.30 MB 2,826 19
561,730 561,730 000000000000000000071d89c117594ed84edb4a2becc36a02657a80f2c5064e 1.29 MB 2,835 25
561,729 561,729 0000000000000000001581afba473a164e4c2e870f00b4fd2cdebb9b45fbc971 0.34 MB 895 7
561,728 561,728 000000000000000000048302eff85a16972c8ac5c20b934fa3e7e001847eab7a 0.51 MB 1,199 9
561,727 561,727 00000000000000000013e7d3d5cfea4210932f4f8a208212c1f6c1baa62fb2c9 1.03 MB 1,780 1
561,726 561,726 0000000000000000002c962f15f17a3c4b8aeab00797e1091771e8309ff1aa98 1.14 MB 2,487 9
561,725 561,725 0000000000000000002502557b20296201156ed2b45c71335120eae52de365f2 1.12 MB 1,908 11
561,724 561,724 00000000000000000000c578ec5ce7ec61fdaf690cfc5510ec3167dd5aac1e4f 1.23 MB 2,892 18
561,723 561,723 00000000000000000003eb9d3f6a2fae68f6d85e97922826c9e156d4a0bb89cf 1.15 MB 2,660 11
561,722 561,722 000000000000000000106f391a7ee336b70cc93495413562ef0e2d5815abadf3 1.07 MB 2,693 4
561,721 561,721 0000000000000000000e8e0ba4fe798adcd3c10426236df2138d40bd32053458 1.18 MB 2,687 10
561,720 561,720 0000000000000000000b10f465763ca09371d16b39ad9b61d618b73c86c4dbfe 1.24 MB 3,427 17
561,719 561,719 0000000000000000002ca2aabca1b0ee52e73ed8e1bfc61d8a0933b0589e338f 0.58 MB 1,311 5
561,718 561,718 000000000000000000060a4885165c22aa110fcf7449627360560737b7879c31 1.19 MB 1,955 12
561,717 561,717 0000000000000000002fefc450630708f88ffc23d8f9bbe79b21641e5436ea81 1.21 MB 2,765 4
561,716 561,716 0000000000000000000868c99aa71f6ae624a8ac30f9877ae62e1b8fc030568e 1.22 MB 3,729 6
Previous 10 blocks ↓
Total Size: 769.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,677.62 GB sent, 96.47 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.