Memory Pool Memory Pool Refreshing

6,822 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,450 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (818,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,381 89,381 0000000000005baec5e5ca29dc6ded7366ccf9ee402c57b12a6a2a90cdc1de85 0.00 MB 2 0
89,380 89,380 0000000000078c2333a8988653858a9762503d41f6a8aa2e9fdf577c268af960 0.00 MB 2 0
89,379 89,379 000000000011d671a3d9b0b9fecea3f09443015d105527b75596f0d5f1f45ce2 0.00 MB 2 0
89,378 89,378 000000000011c81f9d8ea6dafb7dfcafe6f0c2799d71cf3e9f82aea47ebc3979 0.00 MB 2 0
89,377 89,377 0000000000009b71bf0da494ebc9f00571b53631147c29701db74830892081e2 0.00 MB 1 0
89,376 89,376 00000000000846071e378216e03d144aff0643ad75a8437cb47e3b4aa0304494 0.00 MB 2 0
89,375 89,375 00000000000cb13caadfb1334bad53cc6d986dda8dd7e1d00c2dd46223324704 0.00 MB 5 0
89,374 89,374 00000000000a99ab0bfbf568bdc6c80c39e89c562abd959880ed0574e7334244 0.00 MB 1 0
89,373 89,373 000000000006abc28cbdb8be2cc8f60095e6810ea2ddaaacaf52fbaf39732cf6 0.00 MB 5 0
89,372 89,372 00000000000505f4365cd5d6bbd8caebac312f4380061d310acdec4cae569c8e 0.00 MB 4 0
89,371 89,371 00000000000fafa3fb736b6e3fcb7fb383e85550afbf338e0e068b9814e457d4 0.00 MB 1 0
89,370 89,370 00000000000474695e0ab1b6821c9d2bbd33d60cac795fb15002e1d9bad9046c 0.00 MB 2 0
89,369 89,369 000000000005e07d895aba7d71f21a47f79af65c4d413f8ac3bb8c533098c56f 0.00 MB 2 0
89,368 89,368 00000000000cc18215216830233ad07741eac86a1a714241254da740f573c104 0.00 MB 1 0
89,367 89,367 00000000000d8417fda4a9b00c0d4bf48b021fab2400c35e1218be1a35d14c5f 0.00 MB 3 0
89,366 89,366 000000000012ab032cd875a25c96ab26a004fb9a33ff632b980bb1919d69befe 0.00 MB 3 0
89,365 89,365 000000000010b638c607a0f34238a46e3fd2d8a3383360af7ec3e8179a5638e9 0.00 MB 1 0
89,364 89,364 000000000013df58529dc3daec4e7ff51788b2893abd6e8c2313340b5f7fce11 0.00 MB 4 0
89,363 89,363 000000000011502445c9d6b171d37b746f856a8704ff77cfbf94cede93102171 0.00 MB 1 0
89,362 89,362 000000000000e10dee63aa2d6bf6308876d15a4a2bb4081eea155cb551c2aee7 0.00 MB 3 0
89,361 89,361 00000000000f2e70770b6be96fd52806fe8750024bc8f31b174c5ae54683d80e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.