Memory Pool Memory Pool Refreshing

3,028 transactions
5.02 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
882,786 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,785 (1,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,258 881,258 00000000000000000001a73df3e92247360e956bba8765d1cf2fd8933d136eee 2.16 MB 2,446 6
881,257 881,257 00000000000000000000317177f72e0b9a88f7e4816dffdff8301a80d2dea5f0 3.13 MB 862 1
881,256 881,256 00000000000000000001ccceeffc3f8df528fe58b8ace90aa73e5456377de36a 2.81 MB 1,555 4
881,255 881,255 00000000000000000001775bd6ff06bd5dbe0ca9176c147c959b0011e6d0f8f7 1.59 MB 3,744 5
881,254 881,254 0000000000000000000068dde51b63e6d6d5cd2f0076baf2848857b8ade2779c 2.15 MB 997 1
881,253 881,253 000000000000000000003b9e7ee9eec8ba432430f50e957582109d0be616bad6 2.19 MB 491 1
881,252 881,252 00000000000000000000ae61b5d2f791b25a57fe29938037c02c30ff172b762f 2.03 MB 1,803 1
881,251 881,251 00000000000000000000e9513d30a7f491e1028aeb4e8d1349eed59ef48671d9 1.56 MB 4,021 5
881,250 881,250 0000000000000000000270f400a1253ed8847b7c28520e871b42aa25c756f43d 2.04 MB 291 1
881,249 881,249 000000000000000000009ee9da46bd46b61627f82104d080b3f3ccb8b5c994e6 3.44 MB 609 1
881,248 881,248 000000000000000000012f9a43e42a9ea2f2db1850ff23de0e634c6f80e9886b 3.82 MB 283 1
881,247 881,247 0000000000000000000038cc39c4fb77bf857b3ce785eb3290ffc2dbc2337edf 2.98 MB 1,554 1
881,246 881,246 00000000000000000000ea866e4f90be09d6f29e62ce3cb54a5d9e519cd181b6 2.22 MB 2,646 2
881,245 881,245 0000000000000000000261bacbffc67ac8fc6c41e4c9af7151e95b7e97e5cc99 1.49 MB 3,410 4
881,244 881,244 0000000000000000000203367d31d027c1bdec424385971f6134eda046634ecc 1.50 MB 2,385 2
881,243 881,243 00000000000000000000f958f8c0a142f8af05a754c8f21e39cc4a155a43632a 2.05 MB 1,045 2
881,242 881,242 0000000000000000000081560d07dfd67e8fdb4d4e5363a842ca43e51a3423a0 1.74 MB 2,736 4
881,241 881,241 000000000000000000011478ee3164cf12d886c9c77e9cfbc8bbcb9a5e3cbee8 2.12 MB 173 2
881,240 881,240 00000000000000000001ee4aa885c242c68a36b57a6c7f1ca6f9abc0b8123230 1.92 MB 1,744 2
881,239 881,239 000000000000000000005af2ff3511e74c743c425efdd1f29de4028c94f22749 1.59 MB 4,048 7
881,238 881,238 0000000000000000000102abd9e39fd460e4861aeee80794bce442de0c3a3160 1.54 MB 3,763 5
Previous 10 blocks ↓
Total Size: 724.03 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: 2,242.03 GB sent, 82.95 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.