Memory Pool Memory Pool Refreshing

9,256 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (741,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,446 166,446 0000000000000b0798d8097f080b26bc42c995cc52daf5810b524949841e3dac 0.00 MB 9 17
166,445 166,445 00000000000006e1b75020ecaa1a07c64685c3f3d62aecb82737e05f64926a06 0.01 MB 17 225
166,444 166,444 0000000000000b8315f97bf667184c7d36c8f244c68d57c1bdf5e9a46fa193cf 0.02 MB 57 96
166,443 166,443 0000000000000a5aa4f39ed883b4f94acf67b73b51f10de9885bc92045856a51 0.05 MB 136 115
166,442 166,442 000000000000092dba01c68194cea51ea7a39b0451125895c81288a6c3900e9e 0.01 MB 31 5
166,441 166,441 000000000000004d2309f0edeba1fdf78debcc7c6c27b9b6dfa0289005efc24d 0.01 MB 27 311
166,440 166,440 0000000000000700b9d95ace9d3f9e28014c5ef8dfcb06ec5e3b89845c3b897c 0.01 MB 14 196
166,439 166,439 0000000000000c11f606498ae343cf2a8a085adc7d6e910a6e6f6e9f421fd126 0.02 MB 58 82
166,438 166,438 0000000000000060fda69ee651e4262c72ffb4aa67c05548f619f2cb8dd81810 0.01 MB 20 291
166,437 166,437 00000000000003d25b6f54688da1ebe797061793981fc0c6e5c2873a61095b9c 0.02 MB 41 91
166,436 166,436 0000000000000045d2cb198b830de072c00b2be82f6acd9d6dd3e270319b6ebb 0.01 MB 26 136
166,435 166,435 00000000000004df965b4e6161b708c46d9e342a1e2e782708de351666a3f364 0.00 MB 12 97
166,434 166,434 000000000000063d013d8d0a2ae49780ceaec3a28a9ebf9b4e2824d6ed22020b 0.01 MB 14 41
166,433 166,433 0000000000000bf7232af5b262ec80e933a62330417add6baa26d4c8cf11235c 0.05 MB 145 37
166,432 166,432 00000000000008e8378606fbc8b701789ff178dd686aa2809ff8830282372f8f 0.03 MB 74 49
166,431 166,431 0000000000000031d1a70dc007f97e20dcbd68e82566bd55426b6b26066bd572 0.00 MB 9 13
166,430 166,430 00000000000000508e68261146b3b739174b7c4babfe38059e48000300df47cb 0.02 MB 38 471
166,429 166,429 00000000000002fba753707be8269b39dd7d3d99b62e91b6f20d920751d42b3e 0.00 MB 10 0
166,428 166,428 000000000000039a1a020fa4dab0455618996c99cbfa0791ecad2db9a6407349 0.01 MB 27 40
166,427 166,427 000000000000024f1eaf0b85881fddaff0e88627d28844583957da1a239affd1 0.04 MB 105 83
166,426 166,426 00000000000000a6abbf6ea546c668db295d8710f06c8cc19c8c92b634cb9290 0.01 MB 28 41
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.