Memory Pool Memory Pool Refreshing

2,954 transactions
24.93 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,704 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (903,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,780 4,780 00000000d44353e18f09719018b035af533e8eac30ff2e159510d37144b96c3b 0.00 MB 1 0
4,779 4,779 0000000083292e55898a418aec0d6c5265abdd39512cb8465e34db7e968ec9a9 0.00 MB 1 0
4,778 4,778 000000008c758cfdd7fdad6c13c6d7bdc0fcf56919a476a752c8cef0bf131af4 0.00 MB 1 0
4,777 4,777 000000009e9b5df42e49a2cbf49259cb298c664de7887e2e94d5c4a7885f5cf3 0.00 MB 1 0
4,776 4,776 000000009ffd319318b31ef9d5ff266f86a67cd3d4e540ce40d3d45c18ccb115 0.00 MB 1 0
4,775 4,775 00000000e859456fdc9f1c7652e302fe5a9081d60634d8db7858ff6b2472c2b3 0.00 MB 1 0
4,774 4,774 00000000f1cae4de7db10b9ab37548ff588c5a369e4b65d4e0d140bec2094910 0.00 MB 1 0
4,773 4,773 00000000ce994756d3a4f36c998fe95f58bda4f196fbf90b7990079f103e7b76 0.00 MB 1 0
4,772 4,772 00000000d3774a7e7996feb4710590057f04ead5e3f41d901961f8c0d7d91b60 0.00 MB 1 0
4,771 4,771 00000000c3749cf6a535bcb7f151f6293319555fa0d2f1f30d327bb9a15b1219 0.00 MB 1 0
4,770 4,770 00000000b05b5db5f71378da335bb345f8f96bdfb9ad85bd8b2509db8fd7fa80 0.00 MB 1 0
4,769 4,769 0000000005ccdc54b0ef0e52a8062fe80420e936b9603d67f6ea6a2af7cd8be5 0.00 MB 1 0
4,768 4,768 00000000cdd7fcabf8a63ede42c8b9f6787bfb7612984f08b89a61a1e9944e09 0.00 MB 1 0
4,767 4,767 00000000a9c88d72a41ab7090d79b59e060997d6f8047cfc936e79509defa4c2 0.00 MB 1 0
4,766 4,766 00000000f2a927f7bd0cdb22d92e29dad8b5e5324a88c406644b076d102f4f01 0.00 MB 1 0
4,765 4,765 00000000941b0872fe8b25faf40e67bb37ab5aea35bb5247a46a7576368269f9 0.00 MB 1 0
4,764 4,764 00000000a93f8d177929005f9ce8f0587bee33b91a52608416c142830af86b42 0.00 MB 1 0
4,763 4,763 000000002353cb462f6b5df44370e63a1cb24e1a903302656001971a7dccf19b 0.00 MB 1 0
4,762 4,762 00000000f900c5330ca5eb43cf2b544bfc8402a867da09d161cd7cb8844d7ee8 0.00 MB 1 0
4,761 4,761 00000000a1f6c510c224a8eb71088e531b66381d64811fe726b33625bab3c36d 0.00 MB 1 0
4,760 4,760 00000000af3ed9ecf0445622130a671fd697e7740084083d4e0c0cd217cb6543 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.41 GB sent, 98.56 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.