Memory Pool Memory Pool Refreshing

4,092 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,948 (900,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,283 7,283 000000006ffb9188ef126ff462598687db7832ec71041d3b90e0b559e8d00bbe 0.00 MB 1 0
7,282 7,282 00000000dc647e1a8dab876039d77f9e54561b6996bc4bf63f7398cfb19d83fc 0.00 MB 1 0
7,281 7,281 000000007a6f495d4f7495b8f36266822d741415acf0ceb3729f8863ea8e6567 0.00 MB 1 0
7,280 7,280 00000000ab56cdc9af24b07edd56b6f8fe77be5abb859b481d03f1631dcd914b 0.00 MB 1 0
7,279 7,279 00000000bdebace782e92206845942b7ff4c89071b3a7bba584a31d8b6d6c505 0.00 MB 1 0
7,278 7,278 00000000424dd4464523a62a4b39c9ed23ec6b6d02f73d18064c5660a876c276 0.00 MB 1 0
7,277 7,277 00000000feeb0a00f26eb90dcceb1f6261b78204d88d113a2cac2e57cfba3a10 0.00 MB 1 0
7,276 7,276 000000009b4eafe694d7cfe4f8a2555130d72d5fdf62cc1006242e2eac8d7f9c 0.00 MB 1 0
7,275 7,275 000000007fe51eab27cb67946a3410430e4af64bfadd1be96d081a9460409adc 0.00 MB 1 0
7,274 7,274 0000000075715d9417a0cd173cd098ec87f22fac267bc91c7666ce096a09eeaa 0.00 MB 1 0
7,273 7,273 0000000052fef4716fe4c23a5625a6a2a5b0b6b93cc1b0a51eef1421b121a07b 0.00 MB 1 0
7,272 7,272 000000000d3146efd2e47e27f519a4d224d83cfd3156b6fe751ec83a9027393e 0.00 MB 1 0
7,271 7,271 00000000939868fbee66bac335b18ee928f431d0751b9ab37a2fbb4a2ce13fba 0.00 MB 1 0
7,270 7,270 00000000ae8862260d6cafec2a633af5fab7bf73487ae8ed07e4751ef772ecd6 0.00 MB 1 0
7,269 7,269 00000000fb4306016140d54443a226596e9998c3fd3260f13adf24a4f8555617 0.00 MB 1 0
7,268 7,268 00000000f735bb7ba097702ecffefaa00fb780c107864a4388cb47185a16f396 0.00 MB 1 0
7,267 7,267 0000000053c595c8ba04b43d09f6b7eb0ccc868014daf55c2895392eaaaa0690 0.00 MB 1 0
7,266 7,266 00000000878119c100055d8423526cbd934a88de8ca8db65d9795f1677e4cb6a 0.00 MB 1 0
7,265 7,265 00000000cf884c9ca1e2a408132942d48be12baa47022d902c1dc29397a8d29d 0.00 MB 1 0
7,264 7,264 0000000014e42377cc14aa8e94fce7fc56b6a2bc283264ae129936413cb6232f 0.00 MB 1 0
7,263 7,263 00000000a7c6917ba27d9ca0582f84df7e7bf3c829a8e56f5f0a91b81f8b9541 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.