Memory Pool Memory Pool Refreshing

1,588 transactions
0.35 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (882,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,169 26,169 00000000f7c4dd8e9814c6ef6cb48b5b86c48b676f8072212b2e1212b6ede1d4 0.00 MB 1 0
26,168 26,168 0000000043d0d59ae1a46b6aec71ea57f696bd243934b7eaedbf6340feba0713 0.00 MB 1 0
26,167 26,167 0000000036d0885861db3404a6a25b4dd0d3528218041c087b75d60f2cbdd2d4 0.00 MB 1 0
26,166 26,166 00000000828827a7c6ce3548bab3689392ff0fd6d844581a549f166f971b7ee2 0.00 MB 1 0
26,165 26,165 0000000061e9fcfb034d1e559b5fb307de3c06ca5c47e9f29bfda4891db2c2d5 0.00 MB 1 0
26,164 26,164 0000000061a5aa5250ba9d9427610c2c2587c3749571ca058fdd74670f5d3f1e 0.00 MB 1 0
26,163 26,163 00000000cc6ab78e908ef825152cca2c7cef0067e44655f27699f3034b63793b 0.00 MB 1 0
26,162 26,162 0000000011e5aaa4f091a3130314da756718c2cab9e73b9a538d24f3d219a8dc 0.00 MB 1 0
26,161 26,161 00000000a950dac5cc12b3ffa28c83755bcabd670ada3baeb9d07aa29b71b53f 0.00 MB 1 0
26,160 26,160 00000000731a19159614d13b2925d5783a3fc2a104ed99842f1f6fd7465c87ab 0.00 MB 1 0
26,159 26,159 00000000f3695fa7ed0a23fdedbf35001b6c228bc5bdec6a61dd6dceadeb18b1 0.00 MB 1 0
26,158 26,158 00000000607ff2ef8a6ec130927a03e0045c343913b32e46e52aca4ee536beb9 0.00 MB 1 0
26,157 26,157 000000000cc320834f00b6553612cb16550ea82c1c5996e3ad71457ca6e441bf 0.00 MB 1 0
26,156 26,156 00000000f5672371a461565b3ef7fc4323253b1d2ba3da1cbb197299f015088b 0.00 MB 1 0
26,155 26,155 00000000fa479755896081b7fd3303d22122853121c128b43c8dcb6e430190e8 0.00 MB 1 0
26,154 26,154 0000000063c8a56727f702b2ce49c80f56eb41ba9fcabf36a2a4cf27993f8c90 0.00 MB 1 0
26,153 26,153 00000000b7f2ab77c7fbbd9c584551c8a80f121f7453107c20139e311ad10cb3 0.00 MB 1 0
26,152 26,152 00000000511252afe6e7318c8735de70e9788087fe85d6cac7b4b7e994635185 0.00 MB 1 0
26,151 26,151 00000000e8d6a9f6352671aabc17fb4644ab5d825aeac4267f89e4f086acbb7c 0.00 MB 1 0
26,150 26,150 000000006f11092f821f87b8333f76f9d9784f5ef9b717c3217c787ea3d6545e 0.00 MB 1 0
26,149 26,149 00000000738f3546038082c550188d82de490c8599370e54266fa5420c0056c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.