Memory Pool Memory Pool Refreshing

1,880 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.64 vMB 1,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (682,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,259 225,259 00000000000003a38d42a22744b99e42223f3bd15d3c5e03aa5d08648be05c31 0.21 MB 286 103
225,258 225,258 000000000000012bf22d4daa269945a4d8d9705e3f6d8deacc0579a1dabedd2b 0.25 MB 685 237
225,257 225,257 00000000000001adc7cb5ebd88fbc0b5e3b2d9f6dcc82b76fc9cb879d4d7b4e5 0.08 MB 195 212
225,256 225,256 00000000000001ca01111031414ddb3cf3040dbab9f057fd7ee0dfbc5b35aad8 0.25 MB 541 188
225,255 225,255 000000000000002036a9fa6dc4b564e7f7c320ebd8268f797c3d9b1293ce453e 0.05 MB 122 87
225,254 225,254 0000000000000117937a153dda6dcaa0ab02319732b113674c0035486434e09d 0.13 MB 373 254
225,253 225,253 0000000000000035082b88cd137c60be106c7525aec26784d24f02d8816630d4 0.03 MB 80 167
225,252 225,252 00000000000003a3ba82fc6d337e67d6899f9bd28724c4af357e464ee82390e4 0.17 MB 354 173
225,251 225,251 00000000000003335ecf8c46cdfa638ed11017ce5d8b59999c4e81963e300b9a 0.11 MB 163 105
225,250 225,250 00000000000001e0fbf74de9a33d4ba77e3586e4b9d4f9a4034d5eea30730479 0.54 MB 1,134 199
225,249 225,249 00000000000000014ad4c80fd239d9e911bc6864b20cdb490a5b17a1bcc8253c 0.22 MB 484 222
225,248 225,248 00000000000002fc059aecbcdbcc65e11baf7840eb610edac30c286256ef8342 0.23 MB 397 154
225,247 225,247 00000000000002fd5fa9feb39d79d531aea8e195af397058be21268fdfc1977f 0.25 MB 637 244
225,246 225,246 00000000000002f2e97226023303f30121967fd80581d0c817a12717ce348d65 0.31 MB 657 194
225,245 225,245 0000000000000073e7d0a4600be53fc8cd5daddcf910c40b2e12a333375dcf08 0.36 MB 853 200
225,244 225,244 0000000000000338f99e0e40901e0fed86afb831865029f29cc62d1949605183 0.25 MB 504 178
225,243 225,243 000000000000023b71d8b74bea68945bbae3fc03d3bde7c3eb08d57a86386b34 0.25 MB 629 209
225,242 225,242 0000000000000269d8d365b3b31516a159f5fabb5c281246e6167c1c16de7a0e 0.17 MB 359 197
225,241 225,241 00000000000001ad3eabf8fa3ec63053a1d00371593eb1a5dd1e7d7373e0a38f 0.15 MB 270 149
225,240 225,240 00000000000000124bf0a94ba4693261418ed38190271470b164cf5ff77eac20 0.61 MB 957 134
225,239 225,239 00000000000001e0bd26d0c2f04e5df0cf201a5c89e41868351d724602da010b 0.23 MB 512 207
Previous 10 blocks ↓
Total Size: 769.11 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,629.43 GB sent, 93.43 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.