Memory Pool Memory Pool Refreshing

2,916 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,198 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (859,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,307 48,307 000000002514f535ba8e79afc0b9004f2afde11dc7507ede693a86d558f2a4fa 0.00 MB 1 0
48,306 48,306 00000000182ff9836e857673909443b7d0c6a5770e832b409a684142184a7f3b 0.00 MB 1 0
48,305 48,305 0000000009addda48fe361654b2e9ab7ecdfedb6c23eef3c1d03f16aa29ea262 0.00 MB 1 0
48,304 48,304 0000000037a70a97861784628af3d47cf821845fbbc643ba37d6a70f1306eb83 0.00 MB 1 0
48,303 48,303 0000000016b82020078d90fb18c56ddbd11c27caf9ae4264c3adb565e8ca447e 0.00 MB 1 0
48,302 48,302 0000000002651ae8de6c906586ab66691d7b11609043d18faabadb17df2d0459 0.00 MB 1 0
48,301 48,301 00000000097fd3b28dd358b9fba1a8796273bd6d6a9338a602e3201c170957e3 0.00 MB 1 0
48,300 48,300 000000001cc2a74548c306191b56d71edbf6e22bacf0f60b457914327c01bf06 0.00 MB 1 0
48,299 48,299 000000000267c320fe671d900a82b72c34f1f1257c41d978695016b8e8a30d7e 0.00 MB 1 0
48,298 48,298 000000002414c89427e5aa411916599bab45723bdab0d7a9c451986ab18728b5 0.00 MB 3 0
48,297 48,297 00000000242fb0bde64e95c75c30099bae84746b22c64b126b7940e30062f849 0.00 MB 1 0
48,296 48,296 00000000154f910b053953fdc256166e5b0d27761917afa5ed5f8e7b46c20b7f 0.00 MB 1 0
48,295 48,295 0000000015a26fe8b2c92ed98d227fbd6ab7fa799412ca6011dd332deba958b6 0.00 MB 1 0
48,294 48,294 000000001b64b4a40cb7faa2d13f227da2ea801690275fed0dccbc8492981c41 0.00 MB 1 0
48,293 48,293 000000000b6eb348a7546b20f259120f34274564fcd5fa23c86ad6238d299701 0.00 MB 1 0
48,292 48,292 0000000033cc5d0530480d410d7be78e079e4063c9b909cf42af3d21cd10d5fe 0.00 MB 1 0
48,291 48,291 00000000083310668b24bf4c78b46e47aa272e12bcc1aa66305247496de366bf 0.00 MB 1 0
48,290 48,290 0000000027cf99c7c5e343cbc2a21ac626b0abb0b8070c1934ff21b2714627a1 0.00 MB 1 0
48,289 48,289 000000001d43583f3896258c2bfcfe7761f5c55022d5a72753da6386b1b2e5ff 0.00 MB 1 0
48,288 48,288 000000000a7f2d84abc9564211c1291d8ae64e41a0486d8c6e23c55a3b10a56d 0.00 MB 1 0
48,287 48,287 000000001f2dd766bdd1e09b57715f3a1e6d65f8f222628bf7c754d481a5439c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.