Memory Pool Memory Pool Refreshing

609 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (810,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,360 98,360 0000000000021b9938fb6e41e0b502b93eef92c942189460b77a1c71fe71254e 0.00 MB 5 1,329
98,359 98,359 000000000003393af7d01d22535dfea14f2020d58e23033308407ec966a5c7d2 0.00 MB 1 0
98,358 98,358 0000000000026450621093091f72d9c2ffb4c835b35a31ea676489a30962afb3 0.00 MB 1 0
98,357 98,357 000000000002cef827b1ad912f9cbf168345b47679ea56ad1abd67efbae550b8 0.00 MB 1 0
98,356 98,356 000000000000d9276380a722b02137ca26a72786408a3a32018ed61e027d3d2a 0.00 MB 3 0
98,355 98,355 000000000000805eb21e575ef758f1287744a21d98d7d671e8d6da8fbf058aa9 0.00 MB 1 0
98,354 98,354 000000000004dc9ada6cdcbf20c19769b22693e395338b1d825111da6ee6c163 0.00 MB 1 0
98,353 98,353 00000000000479c35e16139b9a22d29b868bcdae7ca83b60637bbdf5f8c2caba 0.00 MB 4 0
98,352 98,352 000000000000c032688526d3587aef2a5ba3cc79f651bb37a1e754359f5c4b3c 0.00 MB 1 0
98,351 98,351 000000000004bf50fefe4c2087d2d3ae011af17787f3acf0a08eca55610cd5b3 0.00 MB 5 970
98,350 98,350 000000000005541554ef5ce9ed644ef85a1f561ba36f78c52ade7ca839542f55 0.00 MB 3 0
98,349 98,349 0000000000027080fa09cc30d1580adadc56030077aec6781b5dd0043cd56841 0.00 MB 1 0
98,348 98,348 0000000000031475ae9c3dac23e972d6907d82fdb38eb76a26d9c250dcfcaad5 0.00 MB 1 0
98,347 98,347 000000000002e6742500c4c2f390566de4296183fd07b4218aea3d04c3232269 0.00 MB 3 0
98,346 98,346 000000000002fa999cb5d5923b74ee7b6a6cb15d338d58792a610231d939d9bb 0.00 MB 1 0
98,345 98,345 000000000002484a0a92e36f9dd64138da8dfd1f9ab0f4823e3b560e5cf051b4 0.00 MB 1 0
98,344 98,344 00000000000049741e3e96eca8b8e5c030d40ebe6370b1c60eddd335a2341a6b 0.00 MB 3 0
98,343 98,343 0000000000019cb27133b46732aeef8001353dd583689517c3e71f3bba2d90ca 0.00 MB 1 0
98,342 98,342 0000000000038df9f62d54d3ae386fe0b841495d9c34f9995976d667a281776f 0.00 MB 3 0
98,341 98,341 000000000001586a97a0b7d5065a89c89dd1107f0d8857e805b2aaa0f224a969 0.00 MB 1 0
98,340 98,340 000000000003e3c233cea69f887ae1901eb8ad9d2dd5a51ed66d4f1931daf40f 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.