Memory Pool Memory Pool Refreshing

554 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 554 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (812,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,277 96,277 000000000003be2ce334ff23a3d0fd36753162da7c4e8eea74e84828b4e9601e 0.00 MB 1 0
96,276 96,276 00000000000572902acb302be37c54be54cec0619cf2522e64b2be494a0d89eb 0.00 MB 1 0
96,275 96,275 00000000000275535a2189223c5b07618d9e9c1368fa1370846b566d98275ef3 0.00 MB 2 0
96,274 96,274 00000000000073c3ab89513974dd72f597e9b1ba25cc66b2b4599ea9855e51cf 0.00 MB 2 0
96,273 96,273 0000000000029f2efdce1f9eeefc895ef1338d139b500120c356699599662d2a 0.00 MB 1 0
96,272 96,272 000000000003be12459c490f04437d987f75844bfe7c82c88d7848a22e2db28d 0.00 MB 2 0
96,271 96,271 00000000000177c06b03720ccdf3f91fa0ada911fded1348e7ad3c43c362999e 0.00 MB 3 0
96,270 96,270 000000000001c4eaef514ca7a90de31c797489f3418ad900993ccd114498b291 0.00 MB 2 0
96,269 96,269 000000000000574f034d05c738511512938b1c0ce523fc7c27c0ff63edb8bd35 0.00 MB 2 4,464
96,268 96,268 000000000004c7813bcd93e9b577d09299464bf6ff5460a820c65f542b12d63d 0.00 MB 1 0
96,267 96,267 000000000001a29093807484cb45efa17762189adc638c90ccb28a1236d16842 0.00 MB 1 0
96,266 96,266 000000000005bd57ee9384f5c3730b95b5aee0ffd338097519a47bbf4482c65e 0.00 MB 3 0
96,265 96,265 0000000000040b82c46689142618c4222795f4bc01569fca2ce41f32f29e26d9 0.00 MB 1 0
96,264 96,264 000000000007de154db21ed2f9c2f5ffc6d2255a56e50e6cb2a4f362262cfd46 0.00 MB 5 0
96,263 96,263 000000000001fbc57b1ba9ff6b3c2bb4240804ae3193f43b6e5bda1797d639bb 0.00 MB 2 0
96,262 96,262 0000000000046e184c5e5730551adcab44c120168b0b687323334659b636b024 0.00 MB 2 0
96,261 96,261 0000000000022ec0523714252a871894b9efcf1f44bd00f835ae7f7c24ac35f2 0.00 MB 1 0
96,260 96,260 000000000006fa5373adc5808e4018f37e07cbd0e58622d209ad83d8b2481d6d 0.00 MB 3 1,937
96,259 96,259 000000000001908e72f2e841f4516e183b11a3471907a4e88d9552cd6d1201a1 0.00 MB 5 1,001
96,258 96,258 00000000000629ad3619b646403f4563d52f853fc553e943cdbf8b825d430bd1 0.00 MB 1 0
96,257 96,257 0000000000017c8332f44b87e89cce27a24012a91bde483c99f8adf417f25ee2 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.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.