Memory Pool Memory Pool Refreshing

5,600 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (701,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,683 206,683 00000000000001550d70e1bf9e56f8425a7d04b7dcabdf266dd0ea3626b5b3e2 0.11 MB 192 103
206,682 206,682 00000000000001efae6ea41aad399290e3f49d0ee0caa194573cb3a3e7744fa2 0.19 MB 479 159
206,681 206,681 000000000000001ed7fecd968c33030f44a6da13fca054a4e8b2e83d3fad8709 0.05 MB 128 236
206,680 206,680 00000000000003ab465274c06234c1cfbbe6c56b55bedd2a6ef225e31f0be6c7 0.11 MB 225 160
206,679 206,679 00000000000003852b5de107cb8136029e7d2708a20d59234fb4316716d3b7d6 0.05 MB 112 165
206,678 206,678 00000000000001d728c72b823d705b993b7b0be5fbbf252d3eb2807776149781 0.01 MB 30 38
206,677 206,677 000000000000000a325da2998a0bb5830d86781847b7dae14f6bff3e78518b0d 0.13 MB 308 188
206,676 206,676 00000000000001e8d261f4b3a5b7f052ae5f90a635503bfd64619b7aadf243e3 0.03 MB 64 142
206,675 206,675 00000000000000f692ccbab27533e996bca7ebf76fba4346ff520c683f5453fd 0.12 MB 148 106
206,674 206,674 000000000000049c3d48404d00dab7d984372f1fd1602c52ca0f0671f8b10edb 0.03 MB 108 95
206,673 206,673 00000000000004a92fa242c941ab32501d434e064ba84a500d0711524cfd9872 0.04 MB 76 169
206,672 206,672 0000000000000326e0a02136229cba08d4e6dffe03c1ce54edfb1054331bad46 0.05 MB 73 92
206,671 206,671 000000000000001906f2daa192df9c2a9b5d4ae1c7cb5b45f624bcb7f482bfcf 0.00 MB 9 170
206,670 206,670 000000000000029c6d16cdcf92007bd89b6600c343ef1d745d5f83d5c95fb2a5 0.14 MB 276 151
206,669 206,669 00000000000004243966a2af3c11b84701186edf0b5e52f60a3ee39a30b8dfde 0.03 MB 72 41
206,668 206,668 00000000000001ffc1e2dc54302f957d63aad0a9a35a7ff0b2e10de80975411c 0.03 MB 57 17
206,667 206,667 00000000000003602d56b6eff769d47f4252f6afd46ff678256256456bc65c03 0.18 MB 398 178
206,666 206,666 0000000000000129d1b9a5673484eaafd478e98031eafdc4a74d928132c12537 0.08 MB 288 155
206,665 206,665 00000000000003acb1120259f32e0868262e1814488031349dbf69de909ff2d8 0.27 MB 548 141
206,664 206,664 0000000000000448c0a7d295187efceebae504c23c063e6b26a3a2061200d245 0.00 MB 1 0
206,663 206,663 00000000000001903bdcf9919998c312f2e71a122ccfa4eff8ef2253e736f15a 0.13 MB 355 208
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.