Memory Pool Memory Pool Refreshing

12,145 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,143 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (730,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,140 177,140 000000000000008ea9b8dd35de3fed28ee090d7b2e0649f19b10adb356412f5a 0.01 MB 23 6
177,139 177,139 000000000000090370b4348aa8fa656fd782f42216ae58e8e02902d6828b228e 0.01 MB 18 25
177,138 177,138 00000000000005fef375554776e4757437858d55bfe674efce909709b8765b19 0.02 MB 39 45
177,137 177,137 00000000000009d1b5d38a43b515617c0abb1b16f27429ca01e1cdbaa92e07b0 0.02 MB 35 164
177,136 177,136 00000000000008fa60b23b0274ede651b91363c3b8279224283e71c50631163a 0.05 MB 194 0
177,135 177,135 00000000000000b22b6f157eda7611fb8dfa026823e1b21d5fded26c45579bd4 0.04 MB 84 201
177,134 177,134 000000000000064a1fd10f9d7ac0b1ddea63caf421f61f7a61aee62f59ad98d3 0.02 MB 37 32
177,133 177,133 00000000000003d8ed80cb0bf56c8056baa4806a7687921812fe07e0bdcc7274 0.00 MB 8 214
177,132 177,132 00000000000009bfcacf1f1254f6969fd2e001ef9c88247bc58dd61267762de9 0.01 MB 24 64
177,131 177,131 00000000000007a4f77ea5d57f308b34312d4e136f1e015fa90f62d5c85f2033 0.01 MB 23 88
177,130 177,130 000000000000081c1cb2dc9fe1bb3d7069cea5c932b12a3a4469058857bd4b60 0.01 MB 34 203
177,129 177,129 000000000000089bde5726946e02aafa4b525b95a79bb30a8094aa9b3e1f2f6a 0.00 MB 7 48
177,128 177,128 00000000000009073e33b551af563d7eb409e6eb89dab1b4bb35a132303ace75 0.02 MB 33 57
177,127 177,127 0000000000000667f96d838ab36b6139c2a7b0ed3e876f1a7d66dacd71a6a022 0.05 MB 193 29
177,126 177,126 000000000000006ecec177b86f177e3ce84eb3854840766ba9a566a44918f173 0.01 MB 29 102
177,125 177,125 00000000000001aa52bf0f11e1dc0c2e22536fb989d4ed71b42e8686613b15c8 0.00 MB 16 259
177,124 177,124 0000000000000560ae36344bff9fb9e65517199c65458a3972358b87213b90fb 0.03 MB 94 84
177,123 177,123 000000000000092786fc914a5c1bfe49b73a883807f03d26d5a1292a0e66122d 0.00 MB 13 30
177,122 177,122 0000000000000183d5ab7a53c7a5fdd4cb338b09c19061db199d3a82185545e9 0.02 MB 48 224
177,121 177,121 00000000000003c5c616c04e259da438b54e551f7e3c98fd2245d1d50f924fdd 0.01 MB 22 24
177,120 177,120 00000000000007600a0223a253e08ce7fe4d9b547b15526dfa39f6eafd430af9 0.02 MB 36 69
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.13 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.