Memory Pool Memory Pool Refreshing

6,133 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (26,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,270 881,270 000000000000000000025ac14538d25edea860d60d9bbf38f71e24d4268e0d9e 1.55 MB 3,506 7
881,269 881,269 000000000000000000011c917bf71384f40e6e682314709da7eaec71d5de84bb 1.58 MB 3,635 6
881,268 881,268 000000000000000000028271f93f4fec5dce8669254a13ab4b3197f21484d29e 1.49 MB 2,960 17
881,267 881,267 000000000000000000021529ea2bfee00944e9af0867f9ca11cec2f04b051d81 2.28 MB 204 1
881,266 881,266 00000000000000000001781b086a8fa4ede21a1e597e8f1e7d8920009dc333fb 2.25 MB 296 1
881,265 881,265 00000000000000000000e063b9993716785727d6787c5381f901fa5d0ee85298 2.18 MB 1,422 2
881,264 881,264 000000000000000000002b4ef02c233175d09bbaeaaee24674e4c48f2af36367 2.17 MB 381 1
881,263 881,263 000000000000000000025b10b17b8611bbb2410c27a7b61f1bf5c0b70b1cf4f2 2.12 MB 1,372 2
881,262 881,262 00000000000000000000de75a3430603c227669fe159942a4d0dc5f42c83839f 2.13 MB 167 1
881,261 881,261 0000000000000000000035ec35a52fda5644935fec9f5e7898af0818095d4044 1.74 MB 2,612 3
881,260 881,260 00000000000000000000d1cf7b4b1ae32ec97ca2298c3e37b63848d17c8932d3 1.54 MB 2,588 4
881,259 881,259 0000000000000000000149d01d4e9f26c8750576ebe7aa4f8addbf23490484a5 3.47 MB 554 1
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.