Memory Pool Memory Pool Refreshing

4,827 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,864 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (758,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,485 149,485 00000000000000469a627ad344b2284f2678b371ce63213e637672ff5c46448f 0.01 MB 19 46
149,484 149,484 00000000000003505d472b61a0b2ba7f988448826b8a9ba318004df92566462f 0.03 MB 76 108
149,483 149,483 00000000000002d318be198c8af22d0503c76d198d172b2f9b359531d340c7ae 0.00 MB 11 108
149,482 149,482 00000000000002e7165a0e7ee6d9de49905ad54675ab820eb0358663c81a5eaf 0.00 MB 10 156
149,481 149,481 000000000000055d59f8a34890ef0353451650b6b41b0e3c39bdfd7cbee83791 0.01 MB 18 54
149,480 149,480 00000000000002b5cf8577b131d9d5cd1ea6628d8a2c4fe6a9120753083f82dd 0.02 MB 59 84
149,479 149,479 0000000000000257ee0b4297a6bdf38e33faa7af139884338bfde2ea88e76b6d 0.01 MB 18 26
149,478 149,478 000000000000023d5dc82abab0e776754256ba4e47bd3a3624516bfb212abdbb 0.00 MB 11 1,098
149,477 149,477 00000000000003181ccff4b05fc9c30f4a1d16f11a46b5882cd9cb2836509f37 0.00 MB 16 54
149,476 149,476 000000000000031b626b63a652dcb40840598b4ebf32d277263e6d3bb6684cfa 0.02 MB 44 70
149,475 149,475 0000000000000a44689c0552d240412d688658061d7b4ba28d7b29d880723320 0.00 MB 4 66
149,474 149,474 00000000000003f604eef8f381517b683f6daba15be6a1e0ca15a0e3eec0bd09 0.02 MB 29 32
149,473 149,473 000000000000036ebe47a43b8677cce038ca085afdf2cb1e1c98ee3edbd43acb 0.01 MB 12 9
149,472 149,472 0000000000000633fab2d8ba18f24f7c96d923abb712bb7a58c8e3960fca1171 0.00 MB 1 0
149,471 149,471 0000000000000a58462974c56e0638e66731d93e7f6655f9eaa9afc8a8b084d4 0.02 MB 36 197
149,470 149,470 000000000000086cd3a80478c737629e08f41370b1bae0fb5a14745aa5ce9761 0.01 MB 20 21
149,469 149,469 0000000000000add67696b97e6b15f93621ba1e4b68a9be532851f8dab010566 0.02 MB 19 48
149,468 149,468 00000000000004939f2f7fad6764f05ffb9e221c77329945501c9a3c083a0a64 0.00 MB 7 913
149,467 149,467 000000000000015fa7f8b3939b13dd1b461a8ae07ab83030ef4a852a55d2f793 0.02 MB 78 21
149,466 149,466 000000000000060b6614a4eebe92e6a1502cd76793532fe05af7ee7c250eac9b 0.04 MB 90 204
149,465 149,465 00000000000000d856b44fbc4d7365aea2ce1de21d9474401508e8639c1fd835 0.02 MB 48 174
Previous 10 blocks ↓
Total Size: 769.23 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.73 GB sent, 94.07 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.