Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (632,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,445 275,445 00000000000000018f29ac598c3c089b51113c32408bfbafb9f5ee6248f0f0d4 0.25 MB 338 32
275,444 275,444 000000000000000414817f066084579c9ba4a514675943cfa957f5e81e105ced 0.00 MB 1 0
275,443 275,443 000000000000000195d8ff1f584089c1f8b0235e1cc196007f955bd515f55d8a 0.25 MB 577 44
275,442 275,442 0000000000000000b63faf976f57512efa89b8bece3cc7741e0f076c158d29c8 0.09 MB 256 85
275,441 275,441 00000000000000004b5c3e080353bdbb7760354bc3b73d8d35d8277231f48fb2 0.05 MB 107 65
275,440 275,440 00000000000000035d24d2abb7091441ba933bef4aeb7efa5cd8d3d1faf5905f 0.19 MB 285 31
275,439 275,439 0000000000000000c522807765c89a74af537a092b0d1712643b772a1c0746d5 0.25 MB 651 49
275,438 275,438 00000000000000022f54d5933969461ccd68844d7fab25a002193196f3efd062 0.16 MB 512 97
275,437 275,437 000000000000000017f848dc7364f94a82ab5802a400929809712e779d23d24a 0.18 MB 361 47
275,436 275,436 0000000000000000f8a1ace74cbbf26e4dbd18a4493b06e5731dae8d92de3e12 0.04 MB 82 34
275,435 275,435 00000000000000023147df3e436925c3294b721f46ab07d43bdad4aeb9fba728 0.14 MB 269 31
275,434 275,434 000000000000000431a91b047cb477f6820b2973e80d56d4f8859da6dbfdffc4 0.25 MB 526 41
275,433 275,433 0000000000000001ab62b02bcaae0f072b268425b8568927753e6f3b26dd6a13 0.25 MB 626 49
275,432 275,432 00000000000000034f90fd1d0f9e337ba96529c3659d9d5df61b7f0f42e53a8a 0.37 MB 900 50
275,431 275,431 00000000000000034829fe63ef1bc9f88d065f6d455e3454688e895f7fdfa7d7 0.22 MB 532 62
275,430 275,430 000000000000000391ef40dfa8d9fbc6edbc9d184c97466a1d0cd591527f45e8 0.11 MB 230 34
275,429 275,429 00000000000000018f32fa378c071f52dbb830e1cb9eba67e12da6deb0d4820c 0.09 MB 171 33
275,428 275,428 00000000000000017e1f761635556d14b20d23c6f1caa71a2b8f5108e82006fa 0.15 MB 315 44
275,427 275,427 00000000000000003f19ba0888f980ba2cdc61dfa660774761b7c4caf05be7f9 0.15 MB 342 52
275,426 275,426 000000000000000188b4718df5019bc95a45155c5ed4ab3e99eb6dcafa201f33 0.25 MB 595 91
275,425 275,425 000000000000000429d780e356e80427a5ec123b3a75ae4bb7b6af435797a877 0.10 MB 233 34
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.