Memory Pool Memory Pool Refreshing

3,582 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (433,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,955 473,955 00000000000000000108fa14dcb75ecb53358f88553f2471e940af7e9fe8cf83 1.00 MB 1,873 137
473,954 473,954 0000000000000000003b4eb96d8427ee01d21a4ae951413e74eaa66fb94f6e7c 1.00 MB 2,416 257
473,953 473,953 0000000000000000014af2dba188ccad8a3b428dec8e88008bd0d60899c7f236 1.00 MB 2,322 352
473,952 473,952 000000000000000000881c3e8cf53b65f04b1bc8e728e73a4d90a6360346eb86 1.00 MB 2,710 325
473,951 473,951 000000000000000001680a46e3278b274a5b460f072798a06aa162a5eb179459 0.96 MB 266 19
473,950 473,950 0000000000000000016984f8d36da2d733657caa9763475d9289fdbb8a096561 1.00 MB 1,254 52
473,949 473,949 00000000000000000074606c4259e90c5e7d6028af0538a3ff074c7ec6bc824a 0.76 MB 1,313 298
473,948 473,948 0000000000000000002b421fd314ef64ff2e7a42205da72054521de454c8fddf 1.00 MB 1,267 139
473,947 473,947 0000000000000000005f2a78bcf67d01b57c72b3a1c354fad15c18550657b631 1.00 MB 2,423 227
473,946 473,946 000000000000000001062917b81f5884043a4f1c47c7392a15d432fa98a834a3 1.00 MB 516 23
473,945 473,945 000000000000000000ccb7285fb5c90690f74f2e354a192b97c065789a8f18b5 1.00 MB 2,114 220
473,944 473,944 000000000000000001896adba451ffdae7e107fdae69ffff04a425b518f8a07e 0.29 MB 651 214
473,943 473,943 000000000000000000fe6a01d93666652ad20b6b17c30892b84f78ac93699224 1.00 MB 984 93
473,942 473,942 0000000000000000002f2ef29f75967034c19f3dbe9cb3c9a8dfa59c00f020d9 1.00 MB 445 46
473,941 473,941 000000000000000000b3de7fd786f9eefe22cdbe9d4c2ee355755dac85209701 0.99 MB 1,538 166
473,940 473,940 000000000000000001426b51586e9bb40b38bb188f287c5a22dc3af3b488ca5b 0.18 MB 351 218
473,939 473,939 000000000000000000609f940835964408b4a4f28dda2f71d543d6e325a1e5d1 0.76 MB 1,224 129
473,938 473,938 00000000000000000074c43577a3d535decdd50f54f578ffca76b4bcaa910912 1.00 MB 1,849 199
473,937 473,937 0000000000000000015ae3ba215d36ce4443d3e03ac5a54f79ae9bd184b68c3d 0.23 MB 468 186
473,936 473,936 0000000000000000010841838c0b0e8151fc3152ad64f956df22edc9cfa63b30 0.95 MB 1,519 147
473,935 473,935 0000000000000000018ace348811c0b10fdb03ccca245e2f5e48b574549b3319 0.96 MB 1,702 164
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.