Memory Pool Memory Pool Refreshing

3,513 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,438 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (26,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,788 880,788 000000000000000000027f5790362f9f9358f272b2a4b8dc08dd7cff1000b828 1.69 MB 3,939 5
880,787 880,787 00000000000000000000d9b34b411b155bfaaa92e13cb0d75ee6f3242b4810c2 1.63 MB 3,410 10
880,786 880,786 000000000000000000001ac8f91c2142c3f4278a70858dde6ce87e7f8e8dda50 1.47 MB 2,978 6
880,785 880,785 0000000000000000000101e896edf3e09da6b078618c710f82a9a5e6adce3194 1.70 MB 3,777 3
880,784 880,784 00000000000000000001375801f3d2dd93dbc609e9117f01b02fa6d88633a1d4 1.62 MB 3,795 4
880,783 880,783 00000000000000000000a004fe536a00aacd6a26f898e712b3807fb73bd257cd 1.48 MB 2,345 4
880,782 880,782 00000000000000000000e91f53b331eaccf9f3c54bdd5aaedd19beec71245f5b 1.60 MB 3,179 6
880,781 880,781 00000000000000000001ded355c2f26f6710c77f915e2d3731fd877aaa950db4 1.79 MB 3,063 3
880,780 880,780 000000000000000000027f2ec3c221593960a7ac4d81a2df58692a2feccf5652 1.63 MB 3,609 3
880,779 880,779 00000000000000000000e95d56c379322b82b6563391c23ba5c7f4d3b583c732 1.65 MB 4,121 4
880,778 880,778 000000000000000000004e60ee55ef8b23f8628f610c944e1936262cd9bc7e82 1.72 MB 3,263 4
880,777 880,777 000000000000000000012701e2daeabac11872539eba3cfda4293d9e6144ea45 1.71 MB 4,091 4
880,776 880,776 0000000000000000000263d1745e4b14aeb77643aefa5a4d3b10d299d0544a2d 1.67 MB 3,848 3
880,775 880,775 0000000000000000000138de97e0c5da131cee28e82c59d0955b21151fb0d4fc 1.63 MB 3,896 5
880,774 880,774 0000000000000000000246116275b4b302d366ac42894b048f7e1e6d17361d3e 1.74 MB 3,424 4
880,773 880,773 000000000000000000011ab8340e2bd4d2f5737595bbbcc518bf9cf1a1b979bb 1.74 MB 3,794 6
880,772 880,772 00000000000000000001ff3a5c95b3f61945ad61df06f4714571fb5aa6857208 1.56 MB 3,554 13
880,771 880,771 00000000000000000000283aa5d41c01e831134a3654951173006c487d46e3bd 1.79 MB 3,821 4
880,770 880,770 00000000000000000000dfd4c10d0237af0efe9d27330ce70dc47638d686b91c 1.80 MB 4,008 5
880,769 880,769 00000000000000000001f3e01f038ab5d86990c78e93a369d4348f773d6c8053 1.92 MB 3,633 5
880,768 880,768 0000000000000000000272e2ceb99470aedfc3fe7d45beec219fcc6cc10b77a9 1.85 MB 4,156 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.