Memory Pool Memory Pool Refreshing

4,503 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,819 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (707,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,592 200,592 0000000000000564e873b6aca129153bca04b4ae2dea90e8728805b3aeb859df 0.03 MB 72 110
200,591 200,591 000000000000016a1bebf93906a3fe6418da6265782cc92c254ea548b4970ece 0.03 MB 56 81
200,590 200,590 00000000000001c5ca4a95109262e202500e0926998654becd9510ebdf861c7d 0.11 MB 275 139
200,589 200,589 00000000000005d0f255281c808ee141c282fa1d2918facaa489be13ce27b48d 0.05 MB 134 124
200,588 200,588 00000000000002916f47e968ac4c696d238f525d4fdfa76de20e12e06adbc5b4 0.01 MB 11 58
200,587 200,587 00000000000002178ff5c996616b738ae0e582c7a75e3dc49e1caf334c8cd04d 0.14 MB 274 113
200,586 200,586 0000000000000225efcf7e79b7d97ed3d47152e819d763b34cfa0b76e44a2625 0.24 MB 458 124
200,585 200,585 00000000000002d37986e3535e5e033c12a7c8d3fcd800abc914aa7e456d482d 0.14 MB 294 121
200,584 200,584 000000000000031cc0f1025483a737dd3ddc0de10cfe5270ff55e715546f6cba 0.20 MB 412 152
200,583 200,583 0000000000000248fbfff20d77160e74f47b5d13b00ee6d3e7748c45243e1556 0.06 MB 156 63
200,582 200,582 00000000000005228d221da57137efe959ce094857d31b39486bab7a597eb0a2 0.11 MB 46 67
200,581 200,581 000000000000018e75c27d5f4329ff637b5779a466ad35771232ca60dfce4ef5 0.00 MB 13 14
200,580 200,580 0000000000000588b33798a1f30ddcd284651b3ffacf37b4028d5990004dcbc1 0.09 MB 232 131
200,579 200,579 000000000000059b1a6fc12e964253cceb5e11a76aa054214eb29a8fc252cf6a 0.02 MB 60 132
200,578 200,578 00000000000002de5cb7acf62d7d40272636c3b3f2cd2154aab07d65199f25ce 0.04 MB 94 100
200,577 200,577 000000000000021c43fe63da1ea5f783ddad50215dfd92d5ed8766eddb77b17c 0.01 MB 14 80
200,576 200,576 00000000000002448ff6797a108cc2949b7c0ad9032ef5c39f8f4cd6dd3bf00c 0.18 MB 75 62
200,575 200,575 000000000000051d82662a70006f719a22ba9a3386581880d830b77df458b26e 0.06 MB 143 127
200,574 200,574 00000000000001c6006625b387168b3ef32f72cd7c257341642fb17ca175fedb 0.00 MB 10 17
200,573 200,573 000000000000012b310529f9b8244b38f7c6c7cde8b788ce4f57d5c5c6f70554 0.02 MB 40 127
200,572 200,572 00000000000004fc13064e625586d53fa1efcc3aa9e81d3c07986564b1bf0d7a 0.10 MB 207 120
Previous 10 blocks ↓
Total Size: 769.21 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,634.32 GB sent, 93.98 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.