Memory Pool Memory Pool Refreshing

3,131 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (805,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,352 102,352 000000000003c9d71007bfa70bd99e3c8311ab1bf00c9d4fc3653dfbe9b15105 0.00 MB 2 0
102,351 102,351 000000000003011c8b97aa090f06d180cce6d8dc7baab03a4a09f01525cf5ba2 0.00 MB 2 0
102,350 102,350 000000000002024ab0b8dfdfd1e29563359cd6077301a9779c8b884771c24ffa 0.00 MB 5 0
102,349 102,349 0000000000025dba58485a086003ae233a95af8519a5b026414c7dab78284006 0.00 MB 1 0
102,348 102,348 0000000000002af0dfa9f17c329a021abfded6cfec2c3c976542415b5c00caff 0.02 MB 107 0
102,347 102,347 0000000000002c4e7d18d5904da27c6fdc48f0a1867aeb5e6c6cd0c04977d8e2 0.00 MB 18 0
102,346 102,346 000000000000f4a05aaf95d2a6b1dec27a3f18bc543e3ff841644a66bd45dde1 0.00 MB 3 0
102,345 102,345 000000000003abfc97623350f27d10641db167875d3e2ab202bf3c528a088dd0 0.00 MB 8 0
102,344 102,344 00000000000389e2b51680dd38003aac4c148a7e9c407cf21dcdae2df3eee882 0.00 MB 2 0
102,343 102,343 00000000000249b903c08eebe12a947b5fc4529a60edf17352aa76f9d1615170 0.00 MB 5 0
102,342 102,342 000000000003e62fc4fdbbfb3dc2aaa6ae3ef058109d027a71311096d6fdc303 0.00 MB 11 730
102,341 102,341 000000000003664a9510cfc724b653c9c76a443ed2500642380a93c2de6c6732 0.00 MB 1 0
102,340 102,340 0000000000028d0aa618f019ac33ff5001e8e3986026e8f8fdc3a0621322f8ff 0.00 MB 3 1,436
102,339 102,339 0000000000032f30bc100860220975e188cd3fd108d449d569b64476baef9aba 0.00 MB 3 0
102,338 102,338 0000000000002e67e56b2fd6622bc679e7347c27a14510893387fd9e63a95822 0.00 MB 2 0
102,337 102,337 00000000000340d780fbe47be1debb843cc9940d9e30d029162daea7b62b1880 0.00 MB 2 0
102,336 102,336 000000000000a9aa4aeb8580111f7f0b54279a111babd2ca5e39006f0695817a 0.00 MB 2 0
102,335 102,335 0000000000036624e70d81c8f9716983d4ddc74abb8016d0e59757580a34eae3 0.00 MB 5 884
102,334 102,334 00000000000128f25b130d2dbc8e155ee1ed0471783768a30996c3798022d916 0.01 MB 34 0
102,333 102,333 0000000000025a474e66037029e976c0fbd2098954727d2fbbe42ece042606d4 0.00 MB 1 0
102,332 102,332 00000000000332b4c2b7d4010a20a5f564949fac5ba0fcdb243353de99fe28fb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.58 GB sent, 92.66 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.