Memory Pool Memory Pool Refreshing

2,275 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (781,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,118 126,118 0000000000003cc17830957e7f779b5555a9f6de6cd51946f90a3e0ff532b477 0.01 MB 29 174
126,117 126,117 000000000000188ad87e95f86695b96218fd0e09a4d6eebbb989747eeb19955c 0.01 MB 19 2,688
126,116 126,116 0000000000000da84afc6ba6ee8f652aa330345413cfffc8eb6fdfff93a4e4e0 0.01 MB 15 1,557
126,115 126,115 0000000000004241d4907e32158a4aaaa6e8268b08904875da8ae000514babf9 0.00 MB 4 1,351
126,114 126,114 0000000000001db11306e17e2db39d3e78667169c49c20828b13ba13bf178b5c 0.00 MB 12 338
126,113 126,113 0000000000003e5f6e5e5d4efd2ce52c2283517275ca8e7eea6b800fbcb9d40e 0.01 MB 29 972
126,112 126,112 0000000000002f6464bdb3a9e759830a209f8062ed0b414c28ae607a11e64864 0.00 MB 4 1,084
126,111 126,111 00000000000026523bedf2b2472d24512f095087986ad892c08db56f686a60b8 0.00 MB 13 0
126,110 126,110 0000000000000f11161c7eae4b8e4c0c4ff8f16e0ee730049cf6d5b590e1c409 0.00 MB 11 1,012
126,109 126,109 0000000000001edba6862aa5c065430a0ee5ce7257f6dbadb7be19c469a25f38 0.00 MB 1 0
126,108 126,108 0000000000001f7ea1874cd689c32ca479b765a7a8e0a13e5d2eea1c84a3d751 0.01 MB 21 0
126,107 126,107 00000000000003b941528ad3bb2f3931b846b14e5922a31a0ff3b4b8cddc77d0 0.02 MB 32 496
126,106 126,106 0000000000004487a0916707ae597b00abf06ca0c81a7c4580ce5c3455343498 0.01 MB 27 1,134
126,105 126,105 00000000000021a41d088f4e1ae71bd3f95f81434104672927670fee405e2071 0.00 MB 10 34
126,104 126,104 00000000000038b20d26adef77589c7d835dc81bf6af8cb3dcc13513f9a8f394 0.00 MB 11 280
126,103 126,103 0000000000002c9a79d0e15fd809335b7ea11aa277be3b119c080b9a3adc64ed 0.01 MB 16 865
126,102 126,102 000000000000290106693b3d722fb17f01bbde39474fa5338c6a13e96530cd5b 0.02 MB 56 158
126,101 126,101 0000000000000e16e410ca9cf25eab64f03a60ad8f6295a62aa31036daa258a5 0.00 MB 1 0
126,100 126,100 0000000000004484f2a41e2a16e7e60d06d6c675a0c2af31c3bd665fbcf6162a 0.01 MB 32 751
126,099 126,099 00000000000039a142c3b58df81ccb57d30d94f5d30e9a545f2045caf51f61b6 0.00 MB 8 0
126,098 126,098 0000000000001f72310089f1b0c2f41f1cb9877290140f8928224a2a5780fa6a 0.01 MB 33 753
Previous 10 blocks ↓
Total Size: 769.28 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,635.55 GB sent, 94.33 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.