Memory Pool Memory Pool Refreshing

12,430 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,095 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (228,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
679,377 679,377 0000000000000000000748781b3239e231bc645fc9ccac9e31156c60463c0195 1.17 MB 1,744 86
679,376 679,376 000000000000000000087a2eac7f1a60f9e54128a82c50ebc7a481210e6ef35c 1.11 MB 796 111
679,375 679,375 00000000000000000002034e4d176337c97c88b08414433b19a6ad49d91f92f1 1.26 MB 1,696 112
679,374 679,374 0000000000000000000ad46d4f1fb0ce7b07741d3f5620507a6c6b970aa1b7a1 1.18 MB 2,824 81
679,373 679,373 00000000000000000008619cc43b9443605b23f96b64434a64fecca699f15808 1.25 MB 2,584 104
679,372 679,372 0000000000000000000468e91a59973b82a1418abd36894f95a0d103c4840297 1.25 MB 2,379 98
679,371 679,371 00000000000000000003d232ad33c2be8013e34f855e65558ae67058713264f1 1.42 MB 2,437 93
679,370 679,370 00000000000000000007452910d88e70674869d89094c1c46d0a69eca3993fca 1.24 MB 2,125 104
679,369 679,369 00000000000000000007c11b420e534d9cacdbbe662f4db9c4eda3d4a75145a0 1.26 MB 2,798 103
679,368 679,368 0000000000000000000127278117834c4ad4f7359ebf88512fa012cc02ec4ed4 1.34 MB 2,602 125
679,367 679,367 000000000000000000027cc793ea06ee40818aa808b9bc2bfa7e289dc88233cd 1.19 MB 1,442 108
679,366 679,366 0000000000000000000a44138e4e7a2e7b0556144e17a8b3ee8172d5ba64a926 1.12 MB 1,134 105
679,365 679,365 0000000000000000000646a9824beff798df815edac448eb4a8e3a4c29b2e6c4 1.24 MB 2,090 105
679,364 679,364 000000000000000000083d5b36cb6ca6b372ffab882952a2943074274d478fa9 1.29 MB 2,427 110
679,363 679,363 000000000000000000056c560a61300495d063aad5a7f66fe8d7070bba4471c4 1.54 MB 2,133 105
679,362 679,362 00000000000000000007e2bf845c91e4f2075c103e50f29bd8d2d60e23a1d018 1.37 MB 1,065 110
679,361 679,361 00000000000000000003b7b038b43fce6afbec0a25e0553f17c417bf49439c2a 1.42 MB 2,179 112
679,360 679,360 000000000000000000034bc9b78205e80acbe8499088a9f93edcf4f8b5c8c06a 1.45 MB 2,597 120
679,359 679,359 000000000000000000084cd7ed12fcec162c01b3e4508a615073b9e50b4a06e4 1.45 MB 3,037 165
679,358 679,358 00000000000000000008ef2be65c31eb1522a7a1ebcd8ad58bbe15768820b3ec 1.39 MB 2,400 113
679,357 679,357 0000000000000000000660b62da41e83beeeab7dba8f3c1240881925043ef57e 1.50 MB 1,767 125
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.30 GB sent, 92.90 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.