Memory Pool Memory Pool Refreshing

568 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,021 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (579,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
328,367 328,367 0000000000000000040e26562ddf65d857b7b2e70c46e37ffb4aa94b959fe8a7 0.07 MB 122 22
328,366 328,366 0000000000000000055e7aac0bea4e73b29f6aacb9f47f5999e9cfca1718c203 0.52 MB 1,091 29
328,365 328,365 00000000000000001721a52505e3397e47b64365d958490bcf7990584041f43c 0.38 MB 590 25
328,364 328,364 000000000000000015f401436e2fd884adbac2eb274ebccf64ef80391d22cbfa 0.23 MB 371 21
328,363 328,363 00000000000000000ab99895aaf6cab6c33d634d5bd3e3be2d51091e2a43ddb6 0.01 MB 32 51
328,362 328,362 00000000000000000a466f5d4cc0b22f77c2388d679d2d0c609aee06615efcc9 0.10 MB 185 20
328,361 328,361 00000000000000001020c2cc8ed4a4a8ccb0a7cb8e59c29ac11d27aaf4280363 0.43 MB 875 29
328,360 328,360 0000000000000000034fb190ca3df9f2cad5ba67242cf520c3d374d3b908e255 0.21 MB 374 23
328,359 328,359 000000000000000001c6019f02ccd1082d028970e2bc71e298ec323e4335a9b4 0.19 MB 512 35
328,358 328,358 0000000000000000125973ddd68921516ddc6403e963e63da74515cb177765f4 0.33 MB 273 16
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.