Memory Pool Memory Pool Refreshing

4,891 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,602 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (744,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,367 163,367 0000000000000633d6d7696008d0687ce4d9e0c450d623d3cdaf156e5903ed45 0.00 MB 7 0
163,366 163,366 00000000000005323a0056ce3049b2e2241d34a9d234cb6bc3d588dde2ddf6a5 0.02 MB 42 160
163,365 163,365 0000000000000270c0d9847804050b5aeabcf9aee220bca0f6a78c28b6e0b68f 0.04 MB 116 102
163,364 163,364 0000000000000acf2c728088d534218cbb9b69c6fe33f73ed360ba7e90622867 0.03 MB 78 65
163,363 163,363 0000000000000a7764ef22c2ff119ef170e4e0ceaf626a3453aac299c293edac 0.02 MB 34 192
163,362 163,362 000000000000042b45aab74e4be348425d18e7e73256c1b867cfd469423266e1 0.01 MB 18 360
163,361 163,361 00000000000009b593156446f89c0b0fe0408f555245c467e8d37827f918a9f5 0.00 MB 10 411
163,360 163,360 000000000000004b46d6116662c1be4298bc951f583e88aaf2ce7672a13051bf 0.01 MB 34 31
163,359 163,359 00000000000003e9b7730528cf9e3670b509b89e4ce54324209e6a09ab463db1 0.00 MB 8 133
163,358 163,358 00000000000001cf7e2167126b5f2bf259f691f175e9a6de0d5a5ac4b7c155d7 0.01 MB 23 23
163,357 163,357 0000000000000aae1e887781ff80656f1a577eed2f489e9f0396b629bce3086b 0.05 MB 88 162
163,356 163,356 0000000000000a7e8fa0809089c7f8cacdc3491e168a0af4f3e4afc1c3ee3cf9 0.00 MB 8 43
163,355 163,355 000000000000005e978591bfc3ce9c660b09b266fc655f6bf025ee8ad62b001a 0.00 MB 12 350
163,354 163,354 0000000000000ca1463152dfd29f468fdcac3a840c522c736edca852cbae7b5f 0.01 MB 13 233
163,353 163,353 00000000000004a85dbeb47be83d2d9875150392e07161c8dfd66810f8ee71a0 0.00 MB 9 371
163,352 163,352 00000000000002b6d54858439239edacc8ed87697e5212548a00dbabf91494c3 0.00 MB 6 570
163,351 163,351 0000000000000c3c17608fa360d6e1f3244b5300784f250cc4f0f9af66f23fd6 0.00 MB 7 527
163,350 163,350 000000000000098a6661d46aa2be4fa42494eb2228edff12c279bb4b37b8e9e9 0.00 MB 8 46
163,349 163,349 00000000000003389f3ed5f5f906f38bc2d8a83953f8027586ec3aaefc738d93 0.02 MB 74 8
163,348 163,348 00000000000005c622c70876edc1dd7148a04f7c4177b6897c49c225f2471e85 0.02 MB 58 18
163,347 163,347 000000000000095422f86f4c8bbf962327343994999814531d70731ec96c1aec 0.05 MB 65 188
Previous 10 blocks ↓
Total Size: 769.48 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,646.47 GB sent, 95.35 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.