Memory Pool Memory Pool Refreshing

1,699 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,669 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (858,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,245 50,245 0000000021022a69c34ef77e87623732c49388e834c1f30b932c6a331a0b13c7 0.00 MB 1 0
50,244 50,244 0000000003017772353653a9b570f25f569885dc2cbb4b1980f99a06d553d052 0.00 MB 1 0
50,243 50,243 0000000006d23836d67581903557e875796c8a3d683b5647990f4db4c837015f 0.00 MB 1 0
50,242 50,242 00000000144d2ed0994b72ec7e8e8fb28726d1310f39dd53cc9cda2c2e5f9515 0.00 MB 2 0
50,241 50,241 000000001e021a11c550035c872435cee183a63cc82cc2f784e8a88c2dd1e64b 0.00 MB 1 0
50,240 50,240 00000000129c092b848bb228574bcbb6de63c576a1ff64fe396abd1fdb496fb7 0.00 MB 1 0
50,239 50,239 00000000283d6493b4847f9071048d766008d576813f7de112e2f83b42fcc1af 0.00 MB 1 0
50,238 50,238 00000000038bcad7dda6e23e0c2a6fe9246ed122f8bee78c1ce88c613d78b1c7 0.00 MB 1 0
50,237 50,237 000000002986e3e0a36bab23fcec4c9e03020dc986a3d96ef15d27108551b347 0.00 MB 1 0
50,236 50,236 000000000df27fd7ed88f0fa48cf4d1455486a0c8fd5af2877acfa0bb1b9b317 0.00 MB 1 0
50,235 50,235 00000000162e3b6a1cc21289c6a264d3ca3201082e39f22728b347cb61699140 0.00 MB 1 0
50,234 50,234 0000000029824d3122aa5608b351bfa82d1dcf8f1fcd5df8906f2a8dfc9284c6 0.00 MB 1 0
50,233 50,233 000000000b6695b220d855f1af296f282ab381bd5c14666a9f8c9f7fc3693da7 0.00 MB 1 0
50,232 50,232 0000000024d24d2a66ee9eb25b41431161e081ef291ea0fd943859dcc87ba5bc 0.00 MB 1 0
50,231 50,231 0000000012e289988cc50e9b461cc762204f7714ba5b4263e8b54b5df8d69e84 0.00 MB 1 0
50,230 50,230 000000001c321152feef36f4b1744af37f412c3cacc7f9fcb9a2569766612801 0.00 MB 1 0
50,229 50,229 000000000b0b2e9c753c3688b14c5ca0fb1ad75a79ebdfc2b767d12d13ae6a7d 0.00 MB 1 0
50,228 50,228 000000000b8ccdf58ce7b5ef93680b36200acdcce373c4191d8fb5f1de058c3a 0.00 MB 1 0
50,227 50,227 000000001e6c2bd7ba7be1e60eb55886c8f26f08a193ed0b10b5449deb791be3 0.00 MB 1 0
50,226 50,226 0000000023b0539804f4a4eebbe3a8d57a6de2d105c3fede0a3406e3f5571507 0.00 MB 1 0
50,225 50,225 00000000129e3e633684eb75f4944a0916832ef3102362d54cd3468bfde8501f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.