Memory Pool Memory Pool Refreshing

5,620 transactions
1.65 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,898 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (579,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,388 328,388 0000000000000000064b666a9d8d557c7b93514e77931bc350dc50ca3e189739 0.61 MB 976 24
328,387 328,387 000000000000000002943d8e8b61f8c8bcfc5be38b5af919ae27b6763e9ae0d1 0.03 MB 64 24
328,386 328,386 0000000000000000138637dc1ff866591ab3ee593eaab470945aace0f0b8e0d3 0.10 MB 158 27
328,385 328,385 00000000000000000c0d4df7939e9f22fd9cb997ce806b15c868afd46cf5ffb2 0.17 MB 321 88
328,384 328,384 0000000000000000018a9760368c3b769a14dc217c5b4a9562ee17759eeaad16 0.13 MB 205 24
328,383 328,383 00000000000000001e593330603163588f06dad6a5dd17c0d22682d7e1bb7470 0.10 MB 145 29
328,382 328,382 00000000000000000b8064a68f6e88b14a13868cc02b63898f935ebdea2b22a1 0.08 MB 199 36
328,381 328,381 00000000000000000f823bdb1526c2f80ed6887ee89e7671bf6ca76f66296725 0.27 MB 415 29
328,380 328,380 000000000000000012488673e338b6f50c1a16b42b8c3a25ecfead52eff40e65 0.42 MB 840 34
328,379 328,379 0000000000000000078d4f4e0d3283d0650e3cfdfbec765cfdab89a62f92c9dc 0.00 MB 1 0
328,378 328,378 00000000000000001c4e461cb50b5233d0c73099164e278876deb2e761dbde8a 0.77 MB 1,653 30
328,377 328,377 000000000000000015206f07fd521c0e20ed0cacbea26a0e317262b7585afdcc 0.11 MB 218 27
328,376 328,376 0000000000000000148c54d92f0d1bacd68b1c43b173842600a6e7ee91b6baaa 0.50 MB 704 25
328,375 328,375 00000000000000000812f8e26a2166f29369c3e3ccb5026b13f9816ce0d55a27 0.10 MB 175 32
328,374 328,374 0000000000000000143cc1cda05f1b44bb6ca4b7983d3ff3edb119dec135f0a2 0.26 MB 285 18
328,373 328,373 00000000000000000279121e279839c8cb7e496f7f2379a0bf0fc579ccff5dc5 0.57 MB 291 7
328,372 328,372 000000000000000008665edaa39b7704b1feb35ea0b7d84dfcf57239c87757da 0.75 MB 1,611 30
328,371 328,371 00000000000000000cb4e479ca98d8e5ad62bfc4d86fff6b078ecbbc10ebabea 0.13 MB 314 30
328,370 328,370 00000000000000000375139ab715cf8faa030919e6d7b7884ac98c9aaf231edc 0.25 MB 534 34
328,369 328,369 0000000000000000119825b2119d4c04cd17884348bf150ab3822cb08f4f93aa 0.34 MB 502 28
328,368 328,368 000000000000000001eaf332c15e7f2e8972e48d4778cf2cce9781033e65fd5b 0.75 MB 1,410 27
Previous 10 blocks ↓
Total Size: 769.31 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.77 GB sent, 94.49 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.