Memory Pool Memory Pool Refreshing

3,848 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (683,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,739 223,739 00000000000004665d7967ecf9ddb6d3deef67c715cbba65070e4375583a770b 0.17 MB 345 155
223,738 223,738 0000000000000220e77034157777ec134030409f557a646b4f51be203c43b5e7 0.24 MB 415 143
223,737 223,737 000000000000021510795e304968d6168788b324c6de215138ff1325cab0dcd6 0.25 MB 766 268
223,736 223,736 00000000000002940b0b128fd676e1c50780ef00173573730ba30d6cbab6dd56 0.20 MB 340 183
223,735 223,735 000000000000013214e675bb0c1347695ce26e7d3d0b4381fd67ed6fe2b4bdb1 0.25 MB 503 175
223,734 223,734 00000000000000fcf48157ae73b908d70010ca4782bda3e9d5a5904f88a1816a 0.25 MB 649 296
223,733 223,733 000000000000003bf46d00cee70fdad9aa7e5c3c0a4230d63032c561d268a05b 0.11 MB 257 433
223,732 223,732 000000000000037c9f95b13d2d023b5c7b6d12e41086517717d65b1b93062139 0.22 MB 372 364
223,731 223,731 00000000000000049cb21323884e04c4f415e31d9bfe79570be98cc4e3cf3059 0.25 MB 483 207
223,730 223,730 000000000000012f91be45724a7ad02b44e6cdabf48742c80578d798c1f58e3a 0.25 MB 610 215
223,729 223,729 000000000000035d395cc2a5132b9ac7094cbcfbad57986af9b3817c1197e7f8 0.25 MB 777 312
223,728 223,728 00000000000002b5cf33afa02b34bf8ebcdc758169010da87a2fae420f495f4c 0.16 MB 358 229
223,727 223,727 0000000000000234d41f8b61cae342832858020c3c399e34416334a9bcd9e60e 0.18 MB 441 257
223,726 223,726 000000000000016d5ea8f83271be40dc7560c82a46252837ff2dbc59fa268074 0.13 MB 306 236
223,725 223,725 0000000000000326b26169b18750a73fee31ebb801451fae4ae46cdb0d00960f 0.04 MB 68 42
223,724 223,724 00000000000003684f1dbfe15fb049e0eefa57248f4af761ac800a59475609ad 0.03 MB 64 82
223,723 223,723 0000000000000317622ba8257ef154b7b11af7cca4e5e8160c2af4619bfb451e 0.01 MB 32 224
223,722 223,722 000000000000048635d23238845d4855d6d12c3052a5e8dbbfa03e05844a6045 0.13 MB 333 229
223,721 223,721 00000000000001f3a555543f71cded332ba64feecd1f24d97c8a7a8c4806edae 0.10 MB 209 184
223,720 223,720 00000000000002e1e825b7075e6777d50ed746e385cddacaf009af3d65d330c9 0.02 MB 27 115
223,719 223,719 000000000000006e984464d167ad6a07fe71e73a2d75762912f87d21da2e80ed 0.25 MB 580 187
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.28 GB sent, 93.11 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.