Memory Pool Memory Pool Refreshing

2,432 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (648,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,156 259,156 000000000000001705b36e7ff1599fb057dd93f467b6fda12886cf9db31f7764 0.05 MB 87 42
259,155 259,155 00000000000000015e2b4678b7a84c22c08ba68f5de64d197bcf6737730ea429 0.20 MB 236 50
259,154 259,154 00000000000000125d6a3749ffba53a420d2919d0c2f0232f67f8900b252b6af 0.25 MB 361 90
259,153 259,153 0000000000000003e1fa6b673df172984dc7e2e5176135ea71a68e60d680d1ae 0.25 MB 647 119
259,152 259,152 0000000000000011237bd5c31933021080c7ff060e86701805445734830020a1 0.25 MB 682 119
259,151 259,151 00000000000000097a5a8dd3401e353752f461b381dc6e5d1eec0e2c23c9e004 0.05 MB 86 68
259,150 259,150 000000000000000dd9789d1a240a619e3c3690463938fd33390734575c37ee45 0.20 MB 491 94
259,149 259,149 00000000000000233af5acfe16a08809bdfea7897b79b9c4e31aedbaac4e7387 0.29 MB 699 79
259,148 259,148 000000000000001171c5e8345de68a9d0ca28f4bae7656231639294928f06ffe 0.02 MB 64 95
259,147 259,147 000000000000001a9559724d4ae9f199315c24d92d72ea0de6a61defd941848f 0.03 MB 89 136
259,146 259,146 000000000000000c08c001ed5c23ecbf1162f1c984611ae988734a5f5989792a 0.15 MB 265 56
259,145 259,145 0000000000000016388c634b8d783a017d57101ea05b70698c2858f6a64013db 0.25 MB 618 122
259,144 259,144 0000000000000013372c306fc4c7204a42c5c887b5ec2340b7b2b7ef5af58f40 0.01 MB 27 154
259,143 259,143 000000000000000582a96e5cfeba534d852e6e391e711bfdcc739c051218cc29 0.12 MB 277 110
259,142 259,142 000000000000001dc0ff779afce024c55102177f9bf6c929b6674568f7779323 0.02 MB 48 84
259,141 259,141 000000000000001da520f1976d56bf600909eaff3c2b589081162bbcdc683ec4 0.11 MB 245 98
259,140 259,140 000000000000000fbb71f39108286d1486b511c76e0520d83f2a3e59d00a4701 0.15 MB 368 83
259,139 259,139 000000000000001cd1458610e4a6a191fba41ee6eec3ce988e42ba47db8dc13e 0.28 MB 666 117
259,138 259,138 0000000000000022226bd9605ecef4945857bf3e6c7e9fa098f0846243d40cee 0.22 MB 552 106
259,137 259,137 0000000000000012e82f14d583ab1741cf4836cac7b056780684fdd874b8214a 0.24 MB 312 30
259,136 259,136 000000000000000a19983cb98a22d97518e0a16af724608a8a3b5aa8f6400842 0.25 MB 580 116
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.