Memory Pool Memory Pool Refreshing

3,038 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,530 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (685,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,592 222,592 00000000000000aee03d45c53957a0ef6802e714271242de87fe64f878206e0e 0.43 MB 437 95
222,591 222,591 000000000000025b457032d68a8c48f0b74efe4dbbff4dcdf00b5db62822d52c 0.14 MB 371 220
222,590 222,590 00000000000000537f65f7d07995ca51bd6891ebbf5ff5e2b8b35b58e14534d4 0.09 MB 244 196
222,589 222,589 00000000000003c6bf41732312220e5286e7c2b2c4039da7dcb35af957b9d2e5 0.03 MB 51 139
222,588 222,588 000000000000047a049a0582616ed11add76c89b787e596348ce815da097cd96 0.12 MB 201 153
222,587 222,587 000000000000038c362285f3086c3d5a6a5d58743f6260eb445ffd314caadd8d 0.25 MB 588 194
222,586 222,586 0000000000000286f0637543a154d47330d2ab544566edd66cdef6d99fe16695 0.09 MB 196 154
222,585 222,585 00000000000000586984e2ee68d05ba21c0881967917e296193937f84d5ac63f 0.25 MB 395 155
222,584 222,584 000000000000043ddfd2fa1eb8472300c50793e4829a75870167144e4f0d4d46 0.20 MB 483 172
222,583 222,583 0000000000000293d3e06d281617373ab7a953b05af737f7042272eb2e6d146c 0.29 MB 413 131
222,582 222,582 00000000000003582a60e186f11d31fbaea86b200f09dcb948dd9bbc7e149376 0.25 MB 777 242
222,581 222,581 000000000000048cd26d86bc89b85bfb4388333a213fca98fa9b924ce9353dff 0.25 MB 474 149
222,580 222,580 0000000000000358a7ad9a5e7542611b27631996af25aa1b0cb27965effbc7a2 0.25 MB 745 254
222,579 222,579 00000000000001a9ef984e37e3243b256904fbad1fad7ec47c8ed4e4af22deca 0.15 MB 328 125
222,578 222,578 000000000000034aa9baefffe17d8b83c3b408deaf77ea110552d34092605a11 0.25 MB 466 182
222,577 222,577 00000000000002292b87658fae2052a7028df10d97862d840418760218561f70 0.04 MB 68 116
222,576 222,576 0000000000000374a11fb225190e3aa2c9d8479abec0d81a45f8ab43a8b40518 0.25 MB 309 117
222,575 222,575 00000000000001e20833e052e14dd5ac2976c1136bf85dc8c35064690943cbc3 0.24 MB 594 176
222,574 222,574 00000000000000a230de5a1dddcea79f0533e9e02627aac9d596f9ef0e9b18a4 0.30 MB 649 198
222,573 222,573 00000000000001e100b1e5a0c036ab5e8caf8ca16e8ba301c807c3ac10b8bb44 0.11 MB 174 117
222,572 222,572 00000000000000d1f108ef64cb328ffda2fe1070177a2bc34a82e7ef43817517 0.14 MB 314 201
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.