Memory Pool Memory Pool Refreshing

14,320 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (12,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,630 895,630 00000000000000000000702a26206223cdfe82339b349265ff020949679eb18f 1.65 MB 3,020 3
895,629 895,629 000000000000000000015b7e780a0f8c8236ccf6961f2dc938cadf544f2b6ba8 1.67 MB 2,217 5
895,628 895,628 000000000000000000011248b26d60166ea772ca5e0cb4a695510a91d0eb5a32 1.60 MB 3,629 7
895,627 895,627 00000000000000000000a9ed2e734fe1adcf2cd0c6084410d746d6676361a2cd 1.51 MB 3,404 3
895,626 895,626 00000000000000000000d418b990fa4c52514b9b5543c6d92594242cefbbc9aa 1.55 MB 3,662 7
895,625 895,625 000000000000000000003ac660b2bd26618ffcd7e144fb23fedb68b02437e51e 1.51 MB 3,098 4
895,624 895,624 0000000000000000000178c61c2f9ab47c32041a54eef63fa5d5bdb0f3cbb4f7 1.42 MB 1,396 2
895,623 895,623 0000000000000000000238b41c4d6adbd4fa866772f80ae2253f7318e0ec1eae 1.37 MB 1,934 3
895,622 895,622 00000000000000000001e7400ffba0e802192f850e566f33632c7307da37452b 1.60 MB 3,076 4
895,621 895,621 00000000000000000001c5a51b770b8d44caf5a6057ee4f92add31636feb52a4 1.51 MB 3,235 3
895,620 895,620 000000000000000000016e50c9e4855de0dbad9c14e0441bfc1ef27a61a85d45 1.56 MB 3,406 7
895,619 895,619 0000000000000000000026c4b05bb68e42ac331534877e5bf9d1f183e480f6e5 1.45 MB 2,607 2
895,618 895,618 00000000000000000000c41cd6d51e3e683e9f46a688218a2bf800880cbd5da5 1.69 MB 4,118 7
895,617 895,617 000000000000000000000f968c9027d8b302cd64e6abfad825a9f484c1068731 1.82 MB 454 1
895,616 895,616 000000000000000000020f107dd635aa81919cbbb69c4c04e436a388978e2183 1.28 MB 2,579 1
895,615 895,615 000000000000000000003a2ac6295df58374ad4da10a9739614ab45662f213cf 1.54 MB 2,853 5
895,614 895,614 000000000000000000004d1197f3d67c67cba38fcb0683395b0fee348a1cde51 1.67 MB 2,755 2
895,613 895,613 00000000000000000002059e6d0d15ec7ee75f7930e2c229d89c8f23c43304e7 1.74 MB 1,427 12
895,612 895,612 00000000000000000002211bee1e872dfcbaacad7ba37bd3a04dab51ca25d6dc 1.58 MB 2,407 3
895,611 895,611 0000000000000000000039b852821e1ef0572634c87c65382a227debcbab4948 1.66 MB 3,477 2
895,610 895,610 0000000000000000000172d110eeabc595eca3ac54fb52086932c35073bb5b2a 1.77 MB 4,178 1
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.