Memory Pool Memory Pool Refreshing

17,358 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (71,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,642 836,642 000000000000000000017f8a73979ffba6c72294a0b4e31c6da8f8efd3558cdc 1.22 MB 693 11
836,641 836,641 00000000000000000000b3fd1764c835f87b745446878e1adf1bd9f6bc368cfe 1.20 MB 936 11
836,640 836,640 0000000000000000000039728b715f07b8bfddb8f3fdce8b8481c28834e07b4b 1.32 MB 1,439 13
836,639 836,639 00000000000000000000c1d14709a7659153a2299083637a01475b7865926b0b 1.15 MB 432 10
836,638 836,638 00000000000000000001a574a3ce4775542b9a251b8faf465ab918f98b1a58d7 1.61 MB 2,649 12
836,637 836,637 00000000000000000001a4cfbd3f39e8bb54e8e15d763cac536b879ef0db2f60 1.57 MB 3,932 28
836,636 836,636 0000000000000000000201b4601767156484d782dcbbb0aeed8909624b764dd6 1.35 MB 1,668 13
836,635 836,635 000000000000000000034f6c29b4ed38553dee1e692cb07964d615f926d04297 1.63 MB 3,178 13
836,634 836,634 0000000000000000000049fa44a00ef83b5de552c2c8ca8a0c7c94e5034af5ce 1.56 MB 3,353 26
836,633 836,633 00000000000000000001aead753d3fc5c95816efb91edbff62f1abbd21b7b097 1.89 MB 2,580 15
836,632 836,632 000000000000000000031f829258021eae8a429339a531b722ebe3399671a12c 1.82 MB 2,020 13
836,631 836,631 0000000000000000000029af6dde2a2b3b880b4c4bf5624491472c47573dc950 1.56 MB 2,889 18
836,630 836,630 00000000000000000000453fd1c7e82a6e3a857f3e02bce3366595c3e18a8daa 1.61 MB 3,837 25
836,629 836,629 00000000000000000002afcac4c15b4ad6db1872ff39f3487a6c734bd6562a77 1.55 MB 2,645 16
836,628 836,628 00000000000000000002e490c8d6c1a5ef1ed273993d8348c94e77a76330127d 1.55 MB 3,684 33
836,627 836,627 00000000000000000001ba5d75c4c243b2a667f6522648f117ddc8353538ecf3 1.27 MB 959 10
836,626 836,626 00000000000000000002ffea81db9cc983e7214e19788c43bf30b330054553f3 1.32 MB 1,981 10
836,625 836,625 00000000000000000001893cea89298062bd8c898d826151a401e317cdaaaa37 1.59 MB 2,262 11
836,624 836,624 0000000000000000000249a866d23d05f44967acaaf875c6f99790a7b28cebd4 1.75 MB 3,086 16
836,623 836,623 00000000000000000001de7ea60da340348bd087319aec269c466ffdb5e67c62 1.60 MB 3,136 23
836,622 836,622 00000000000000000002c9cc33b4049de628ecd550298901426d621e74e52c78 1.28 MB 1,575 11
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,624.18 GB sent, 92.99 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.