Memory Pool Memory Pool Refreshing

16,383 transactions
5.45 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (332,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,788 574,788 00000000000000000017e1722a7dd2162519ffb3725a24568db23e962c2bfefe 1.19 MB 2,078 44
574,787 574,787 0000000000000000000f99a9635561517e8bbd112d6587ed1887f13a05b57aba 1.21 MB 3,064 42
574,786 574,786 000000000000000000024b9f6195c20828b32c7f6bd8ec1dd7008ff1a3b4543b 1.20 MB 3,197 62
574,785 574,785 0000000000000000002735248ebc8e37b1104c29d40ce23bb55a97f740bf8670 1.06 MB 3,101 18
574,784 574,784 000000000000000000281d5e21e29653ae6b35a4ac17cadc9ce5315a8262c15b 1.16 MB 2,945 44
574,783 574,783 000000000000000000133194e3adcbd2c1a9acb00448c82f4afea2b8855e4e08 1.25 MB 2,753 64
574,782 574,782 00000000000000000024eb64ff1df6942f6208e2779285c77a394ada3d058406 1.09 MB 2,355 15
574,781 574,781 0000000000000000001e55c3cec225d484e5af4b8d7f9c525a92d298e320b165 1.07 MB 2,941 12
574,780 574,780 0000000000000000001c9cf3c7936e5ea6aa109621abb7ae79ac558ba6e312f7 1.08 MB 1,551 44
574,779 574,779 00000000000000000009d66c30e671aef22c59f254eb5615f804cc16d6f705fd 1.05 MB 2,849 12
574,778 574,778 00000000000000000008c6c54486d4c0574ff668f94541aefa0840302fdf896d 1.17 MB 3,068 55
574,777 574,777 000000000000000000006eeb92baad85be8a1baf1149df39c7783431a6c8566e 1.18 MB 2,349 38
574,776 574,776 000000000000000000054e57cbd55345d12f7b8f8136b3b5810bc8b22cc04385 1.35 MB 1,972 21
574,775 574,775 0000000000000000000e62680f885eaafc7e246e289f3452f2e939be2a5f0ec7 1.15 MB 2,977 32
574,774 574,774 0000000000000000001a8c3ed0b5b26cd49da745854f8455144a877b00ed1fbf 1.18 MB 2,721 95
574,773 574,773 0000000000000000000b556af6f99a34b409e05606370820b97555bf2aedc9ae 1.14 MB 2,634 7
574,772 574,772 00000000000000000022eea54f821d64f80bb4de6b2e57f8cb89f33ab9ba1b5a 1.25 MB 2,345 41
574,771 574,771 00000000000000000012513d4fee6834b5c3d3837003351ab7892b6a19585ad3 1.17 MB 1,837 54
574,770 574,770 0000000000000000000b54cc6797be6e9ad961735fe7ce2fc6cd104150d44d87 1.18 MB 2,661 73
574,769 574,769 0000000000000000000ba78d3de201e100bb54150c71c2428e3069a96a183e16 1.30 MB 2,505 60
574,768 574,768 00000000000000000029541e754d27a0eced718083b5a869ee2a653bb5398a84 1.18 MB 3,040 57
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, 113 incoming
  • Data Transfer: 1,624.59 GB sent, 93.00 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.