Memory Pool Memory Pool Refreshing

1,306 transactions
0.37 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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (858,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,256 50,256 0000000016a32972c6bbd6a9cef14b1b76522568a742026eb22bef02e32ad5fb 0.00 MB 1 0
50,255 50,255 000000001eda6e41683af983995c433a324848e58c58aee16a6a05b2fc9f1ccb 0.00 MB 1 0
50,254 50,254 0000000029ee84aa460b6ca2bf1ca5b6f1f9b2725fc86aa8a844e108ea98ac1b 0.00 MB 1 0
50,253 50,253 000000000d58d00d65d0bb8bc248b236c19d4ea2b1bf255c56a764aa2598f0e6 0.00 MB 1 0
50,252 50,252 000000001805988e2e37a170de4305e55bcbb4e921f63519a9317e46c3f138f9 0.00 MB 1 0
50,251 50,251 000000000e581d0826659c72a178a41e4eca35038e92940c3a8e34c25d20e4b5 0.00 MB 1 0
50,250 50,250 000000000c4480980d9c22778ee06602234dfae87e527a9469da84a8e34d9c0e 0.00 MB 1 0
50,249 50,249 000000002a10cde1d8e44e5789b35b8a998502100c08a45b6fd0e0b1eaeb2f1e 0.00 MB 1 0
50,248 50,248 0000000021aee7e9fa640d59a46692be3478ba0ffb659b0d3a3df41463dbe5fa 0.00 MB 3 0
50,247 50,247 0000000006e464b940bf4dfcc04c0140c9a6a4ade771ac8927833afdc7dc3c18 0.00 MB 1 0
50,246 50,246 0000000007339f75d54f0b6880ff26e4b0475def990be66f743dcc9e183bcec7 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.75 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,847.79 GB sent, 100.70 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.