Memory Pool Memory Pool Refreshing

7,583 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,057 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (819,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,740 88,740 0000000000028e67ab72e4f199a9e87d9aec13018ed52a2ef26f463f3f6d56a5 0.00 MB 2 0
88,739 88,739 00000000000d73248b561ad1e42b875185c9a3a7637f3a8ac04b1629558d902c 0.00 MB 2 0
88,738 88,738 0000000000091ce71d068aa7ab8a0ac650b1cceaaf0723163d4bf515196acf0e 0.00 MB 1 0
88,737 88,737 000000000000d2416b4c0c18b1cef907e4a3ceefab238998f229066916093a19 0.00 MB 2 0
88,736 88,736 000000000006c7e7edab731f39139ae30630f68fc1ad31f7fbe463bf999e3b48 0.00 MB 1 0
88,735 88,735 000000000014f898ec0caf4a6a07c28f810fed7221e95d78f0be53446df68e48 0.00 MB 1 0
88,734 88,734 00000000000f60e00ceedfa938854774ec3483aa9ffa7cb6d21c1a6d681a157a 0.00 MB 1 0
88,733 88,733 0000000000042a5e76e1d0b3124ba449b81ca2de709422a6c42b423938e69853 0.00 MB 1 0
88,732 88,732 000000000011131d8b456f5cd79b852a74883ff442f612bc4b8693ef7d758710 0.00 MB 1 0
88,731 88,731 0000000000079f1cc55cb6e1501e59d8282db8a8dff50c12576516031cd35616 0.00 MB 2 0
88,730 88,730 000000000014e4f047431d22f729660420a9afbd648b04c3cea3e7e152903f2b 0.00 MB 1 0
88,729 88,729 000000000005d09e58a615975cc9f5c38b61cf9a23513d21c46108672c9f8de7 0.00 MB 1 0
88,728 88,728 0000000000098fcac8119ccc272ce09245ebf6421e977c53e3d8456c8868ef18 0.00 MB 1 0
88,727 88,727 000000000005a480fd0c42cae4af2908a1ff8b1707d66dbef0b403ec29e08821 0.00 MB 1 0
88,726 88,726 00000000000ed5c1a53c05d6fee5b9d9de0331bc516b2d6ef611c6bbb4fc02cd 0.00 MB 1 0
88,725 88,725 00000000000b99fbdd9964d2989bd1d51dfe96c52110c1b9f862039ef23f5a0c 0.00 MB 1 0
88,724 88,724 00000000000435c3847fe50aec80e5b006982545bd847928fa2e4aece1af00e7 0.00 MB 2 0
88,723 88,723 00000000000a0a80975e3fd795ce9c49982680ce359ab9a3d526dc2c3b178a03 0.00 MB 1 0
88,722 88,722 0000000000040cc3283de4a4f0ca93c20a12fd9ae4b37c3628c7b978e99f00f4 0.00 MB 1 0
88,721 88,721 000000000005d53e9e927b8207392599eff052ef0a1d161792456c8eefb304fd 0.00 MB 2 0
88,720 88,720 000000000011d1160da32a37bbdaef24feb19f55e2049b6e5e28a2aacc69576f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.