Memory Pool Memory Pool Refreshing

3,742 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (38,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,457 869,457 000000000000000000010dcf6194b049c3fcd6c54da00d854289f7937a92072e 1.54 MB 4,774 3
869,456 869,456 00000000000000000000f4115d493d2881d0891a8ce59b07ab75ca3f3af2c476 1.53 MB 3,863 5
869,455 869,455 000000000000000000002b0f17c4c8abdb6dfeca5ee824eecac819f7b87234dc 1.41 MB 3,111 3
869,454 869,454 00000000000000000001f8b2c71d66c551fcffb0e6d90b19699fd5e4451c501c 1.56 MB 4,368 6
869,453 869,453 000000000000000000011dec9f3dd34ac46c437d0c9a29fbf0d3d4b6519f4337 1.67 MB 3,411 5
869,452 869,452 000000000000000000023195b59a5e6c053b3e39250ad7787b11dc509d19c225 1.81 MB 2,528 3
869,451 869,451 00000000000000000002797035b9f441230dc3936079bee7c90565fb9c45c5a8 1.58 MB 5,380 4
869,450 869,450 0000000000000000000252e2bbed1bf91523323199b4b3ad47ccb7e125517b00 1.60 MB 4,395 6
869,449 869,449 000000000000000000011b76e77ee7748d8fe09488a23b0d255e07a308adfc64 1.51 MB 3,376 8
869,448 869,448 000000000000000000016cc9fb163be7c555b15dd1e317a21407c9b20b34d15a 1.45 MB 3,173 9
869,447 869,447 000000000000000000002d5a3d2a5e7b3448055778437a6facde25942c99ad2d 1.51 MB 4,521 6
869,446 869,446 0000000000000000000213d03fbff162b36f732463801dd2fd0564e6b3ae378e 1.62 MB 3,594 9
869,445 869,445 0000000000000000000074dd919fdb801eca69dfca42c429f6323a6c89e3919b 1.50 MB 4,982 7
869,444 869,444 000000000000000000011507eaf980b98e254c14d9b7f7853606d42f3d99f993 1.55 MB 4,433 14
869,443 869,443 00000000000000000001510deafd20099dafc3be8297e04ce48ae684a34e17a9 1.54 MB 4,676 7
869,442 869,442 00000000000000000001597cfad080f009317031018cab48d1643a94291cb412 1.56 MB 4,382 5
869,441 869,441 0000000000000000000261668c5285f503feeb8a6c13c7efabe9a2fa0eb42e3f 1.62 MB 4,129 6
869,440 869,440 000000000000000000017adfec7661d1091b851cb855c5798e157c69b1722234 1.56 MB 4,427 7
869,439 869,439 00000000000000000001e82970c1ca55d84d867822f2742a040fac24766af91e 1.61 MB 3,325 8
869,438 869,438 0000000000000000000259a08f9a08b88bc04105f1d28cc55b4e4cc4570f1599 1.33 MB 2,336 4
869,437 869,437 000000000000000000027691fb382f673e0a50ea5705513a483596e68bc22245 1.56 MB 4,078 8
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.