Memory Pool Memory Pool Refreshing

2,545 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,938 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 761 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,937 (730,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,399 177,399 0000000000000637b351f4ab639489df5e3b8b0b6f13f69e6e13581281c54f40 0.01 MB 28 41
177,398 177,398 00000000000005703b7945bdf52a190858ab200bebb1e75507129a8dd84bc9e7 0.03 MB 43 108
177,397 177,397 00000000000000fdd394813028f26de4ae6160e2d95571364499644bd6fc581a 0.04 MB 88 108
177,396 177,396 000000000000050171247a540b0ec09c793409ced70439ba85a383dd01fb3008 0.04 MB 103 60
177,395 177,395 00000000000006fac5226040aee69de62b68713c962860748572016d3ea47432 0.00 MB 1 0
177,394 177,394 00000000000007c3e02eb539bf233144c6f2f8ff92950216ef91504c395a698f 0.02 MB 9 51
177,393 177,393 0000000000000757f19cd8d845428634cbb41ef37b022034d789714c46db9c40 0.02 MB 39 0
177,392 177,392 0000000000000a18f341a967f0de86a2538d6080567eae343e1f897bddad0ba5 0.06 MB 142 96
177,391 177,391 000000000000043f3db8ff44c587e4ebabb298a9ea978c11133416e464fd193d 0.02 MB 55 35
177,390 177,390 00000000000002eb2a373606a0717267ac37969e53aee6d1a7c2d7e10695f463 0.02 MB 45 165
177,389 177,389 0000000000000260cc93ecb8bcb4f6332cc5bda890afe7ff5f58efa141f5b958 0.00 MB 12 259
177,388 177,388 0000000000000275cf7cf543a1eda0dcb0d78ec8a1cceb11a202d98e6e6a2dd3 0.03 MB 60 157
177,387 177,387 0000000000000724d677de7b5ed3ac5cd21f89fcd7daa78853b90b5f1a7a7ff2 0.06 MB 69 77
177,386 177,386 000000000000048c374fe4643c1a25da3095564b65d4042a3b2fbec0b009c464 0.02 MB 47 100
177,385 177,385 0000000000000385b60eb60dfcc180af2c51c34aea16aeeaa86f86fb4446e4a3 0.01 MB 25 593
177,384 177,384 00000000000005ec20e252e7296e11831b8be95907ca8881028cb0d593fcdc96 0.03 MB 64 16
177,383 177,383 000000000000043f0940f1507e371d1c80c29c3cb3cfefbb7c236f1e352bca62 0.06 MB 122 1,926
177,382 177,382 000000000000028f4a115fc46bed22b1cdfea164840aa949298ac1d5a935cc7a 0.01 MB 29 142
177,381 177,381 000000000000086695cf248398b73e6cf2c8ae4ad61b70122bde885cfe23bc57 0.02 MB 46 127
177,380 177,380 000000000000064b52b9f6aad7f38f7eb3eb5888d208a1b8b41f69449b2c6051 0.04 MB 19 59
177,379 177,379 000000000000042ea71186059aba3a9baddd8aa9519ff3d8c0100aa46f83457e 0.05 MB 166 50
Previous 10 blocks ↓
Total Size: 769.43 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,645.43 GB sent, 95.08 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.