Memory Pool Memory Pool Refreshing

7,945 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (224,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,358 683,358 000000000000000000008d8617e4af6dafbe7658f1f0e1aa536387a5b3e32d0a 1.45 MB 2,903 80
683,357 683,357 0000000000000000000b789aed68b7327d1ead304dc5a154fb56c95d889af814 1.80 MB 463 15
683,356 683,356 0000000000000000000258c29e2890d0e0e745892580ac0afd42e3d3c1320930 1.45 MB 1,481 18
683,355 683,355 00000000000000000007d745ab4337b6ba548eb207789eb506de38b3ee8bdf5c 1.44 MB 2,361 64
683,354 683,354 0000000000000000000218ebc1e01d0b3ad85ae888103b931e7d9ffa59d80310 1.45 MB 1,405 16
683,353 683,353 0000000000000000000913eaeef15f545ab82527b53746653e355baf608fe43e 1.56 MB 1,578 21
683,352 683,352 00000000000000000000e6dce7b665c5acb301d303fe169610555deee9badaa0 1.44 MB 2,216 55
683,351 683,351 00000000000000000002865fa4f56e25c9e24f85231aed240b6f4fa68541994e 1.38 MB 1,233 50
683,350 683,350 0000000000000000000c8dd54b8bc26c6868b04efbdb6c7c5f4dbe873f75f3b2 1.48 MB 2,805 74
683,349 683,349 0000000000000000000651fc98211e26f3ca8ff879e799607a394bb1e13d9a6f 1.49 MB 2,480 64
683,348 683,348 0000000000000000000bcc4af8fa14ed639f6ab0b22a0bf63a510047141b7696 1.45 MB 1,776 31
683,347 683,347 00000000000000000004769f99573efb49b9fccc4d0768f1287ec96839e447e6 1.20 MB 1,964 29
683,346 683,346 000000000000000000060a77bb959366c3f56a72dc334c516e77110e6f17f538 1.46 MB 2,530 64
683,345 683,345 000000000000000000042325c44174de8e0047b1173d204ba8c147dbc82359db 1.11 MB 529 48
683,344 683,344 00000000000000000007d6a7bd12526ae24ac21d71561885632ab6aa8caf4dc1 1.31 MB 1,970 65
683,343 683,343 0000000000000000000d5029b04435abb74bfb22a72d653629ed2dc0c7e122f4 1.25 MB 2,048 40
683,342 683,342 00000000000000000005c1f26b637319bfaab5f2e46ca8ba8d4f1fffe70c5150 1.47 MB 2,042 21
683,341 683,341 0000000000000000000ab06fa6a12ef8c9bdb731fef31c43ac1045b515ed30b9 1.34 MB 1,649 52
683,340 683,340 000000000000000000084dea2c8d1cb227a0dc7b63cb2061d05c975509d55e31 1.28 MB 2,389 45
683,339 683,339 0000000000000000000c8efe7d4ac90dad393ebc95ac93065cd89558f76bdc19 1.71 MB 1,346 62
683,338 683,338 0000000000000000000586fd3c245dd644ab832788924b1348ae346e4a5b0be8 1.64 MB 1,294 84
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.