Memory Pool Memory Pool Refreshing

8,339 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,315 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (380,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,366 527,366 000000000000000000154298f8c32240307eff583b1231407d59375f95861542 1.10 MB 1,687 19
527,365 527,365 000000000000000000186d04625e6eac6f2a35a0c62cecdbe2a6f1a9a7c8133d 0.74 MB 917 26
527,364 527,364 0000000000000000000b76cb826f23e5c9b536d36b0e25520445c4923b4a4171 0.26 MB 598 26
527,363 527,363 000000000000000000244f19d4d549d73ed21a859f6119a551ea442926aca7af 0.72 MB 1,538 36
527,362 527,362 00000000000000000019d295dab1210127ec5e93d70630f7c2ca853d0065012e 0.04 MB 94 37
527,361 527,361 0000000000000000000e8782299a26a0c185e26c259b48be22bfc1bd1902db38 0.13 MB 361 36
527,360 527,360 00000000000000000014ef52de65b31e5e1d0a2958449b786d5f22df310e6544 0.64 MB 1,570 45
527,359 527,359 0000000000000000001c654ed1c5124bdb991e65fae110ebb019e158d76eb2ea 1.06 MB 984 15
527,358 527,358 000000000000000000160f61e54acd234561850a6e3b5dea1241292995b042ef 0.84 MB 1,634 39
527,357 527,357 000000000000000000353a596b8085b23fad258e54802231e55a557aa0bfa797 0.19 MB 396 25
527,356 527,356 00000000000000000014fe4364a426a0f2fabc80348ef63bf976a7d6257198cc 0.13 MB 304 38
527,355 527,355 00000000000000000001969dce7ecc995fbafc013f0b073c9035b910bbac78d6 0.54 MB 1,147 35
527,354 527,354 0000000000000000002bac60ff050aad79a1eb60d15f20379d87fedb4c4bc3da 0.26 MB 611 35
527,353 527,353 00000000000000000018cb90c3c2b9e31cb6f3eef1ed55a8d8a5f6422066ef47 0.89 MB 1,757 14
527,352 527,352 0000000000000000002a0af98a408436fa9fee2bebf28a9118f3987bb468a0ed 1.45 MB 1,295 16
527,351 527,351 00000000000000000000b0e43758050f00c660f9bbd9b03e318f7a03c2952631 1.27 MB 2,172 38
527,350 527,350 00000000000000000035de5bba0db9499512f461d410fc7ab6a15cdd9972b2b5 1.78 MB 544 12
527,349 527,349 0000000000000000000e8abeabfb96db78d30977caff7da4f6ed1aa2885139f7 1.37 MB 2,714 22
527,348 527,348 00000000000000000008d7e0a225e463eeb8c18a5cd33cade6ca534698613353 1.12 MB 2,233 61
527,347 527,347 0000000000000000000a4236ea3a357c719c916dcc8552a43da953346c75fa30 1.42 MB 1,692 31
527,346 527,346 0000000000000000000ecf15e4b7c0d979d141abfdecf2b16808fe8e982576bc 0.04 MB 68 29
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.