Memory Pool Memory Pool Refreshing

9,165 transactions (2.87 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,863 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,617 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,862 (834,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,845 74,845 00000000001e00efdbcede995f6e6bb5e6c73765d08b540807eb4823006c9441 0.00 MB 1 0
74,844 74,844 00000000000e41f416de6712c68655d1dee751cf366182f6b19561b48aacc0a0 0.00 MB 2 0
74,843 74,843 00000000000254621d61e865b100314058d4317526b0dd10b5de2a876edf3913 0.00 MB 1 0
74,842 74,842 00000000005df424fc1a41b1b899b1dd37e0c4bc14bde0de405d01aa5cf297bf 0.00 MB 2 0
74,841 74,841 00000000005d5fd336f6de396fa8033a881d255651116c1fd4bb02f8b534e0fb 0.00 MB 1 0
74,840 74,840 0000000000471a165c64bab81041452dae09b80a8111e48fc1da0897377af060 0.00 MB 1 0
74,839 74,839 00000000007803be60d5151ae70d6b6147ccccff8e79e642f0d804dca88577c9 0.00 MB 2 0
74,838 74,838 00000000005f70d17f81f1d51e606328d6b28ebc0780daab61b756b4b23406b1 0.00 MB 1 0
74,837 74,837 0000000000713a212b9a1c23040300bf89b4ec70b45964025e0f97f707ef9608 0.00 MB 2 0
74,836 74,836 000000000029d1c6f09383df93e9b1c9280552e02282a3d34d012baa5202d750 0.00 MB 8 0
74,835 74,835 00000000003ae9c5f1e4ca994647bab6243f918c3958bace909ab75c2cf819fa 0.00 MB 4 0
74,834 74,834 0000000000222ee9a60a2679fc4ab30fb08ac09ba0b8ef90c1fb4e22f18b59f6 0.00 MB 5 0
74,833 74,833 00000000005e449d31290fbaa37a1edd108b79808f18ca0ca551d7fbde3df26a 0.00 MB 4 0
74,832 74,832 00000000005c485d616c3ac6d38a7d8ac7449676e98088063311d81ecede3195 0.00 MB 1 0
74,831 74,831 000000000071304cb7ea0b69659bd6b58db9c6b64c2a31b0382cb0a3cc41d1f1 0.00 MB 1 0
74,830 74,830 0000000000207b50a565b344b84285c93851774d7fc0648aa243cc89e94ba632 0.00 MB 1 0
74,829 74,829 0000000000351ec4613af53c568165cbcb644b986769ede1924074d503a84d9b 0.00 MB 1 0
74,828 74,828 00000000004df70c3cc0e3d02853ea2df276b9c75c126d827be3522b5d65951e 0.00 MB 1 0
74,827 74,827 000000000035230231e6a13c0b8052bb880f0086a6678c261246b4c165c44e1d 0.00 MB 1 0
74,826 74,826 00000000006fa0f61b01ee6e4fda2a18ccef155a1b70c7463404f1174ec25de9 0.00 MB 1 0
74,825 74,825 000000000077784c589feeccfdbe2313ef749676f1408d6bd893a7450ada0214 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.29 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,861.48 GB sent, 103.62 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.