Memory Pool Memory Pool Refreshing

6,602 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (579,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,670 328,670 000000000000000000c47513403a3a82236af2947cd2c55dd043d734ddcf0d0b 0.39 MB 649 23
328,669 328,669 000000000000000008b65529111e49c89001db9040ba72029cf7c9d0c9081e27 0.50 MB 791 25
328,668 328,668 0000000000000000146f8d37a3c7b5167588f53244c6b0279b64610540ecc77e 0.75 MB 1,697 31
328,667 328,667 000000000000000015901df9a8419bf1e6c19a8cab7dabc62c1e0560f826c909 0.01 MB 34 24
328,666 328,666 000000000000000010d795c353e6088a1a30e66a096bbce9d987900209095a4b 0.12 MB 218 21
328,665 328,665 00000000000000000226da7787e4247884360025d4f2f4d65691e795c40cc4a0 0.36 MB 799 29
328,664 328,664 000000000000000017d500757b5b5538370bc0cfc97f769e88c25924eb707285 0.00 MB 1 0
328,663 328,663 0000000000000000022e8bbf5a88f18cc9cb53ed824adaf77d6cfcf6bb8e5eef 0.11 MB 205 16
328,662 328,662 000000000000000009e31eb8d90c9604926f3e563986814eaa5f6d46066ce2d4 0.57 MB 829 20
328,661 328,661 00000000000000000e626f2f332b6a146753f8f5e05c5249acbe8e346f09adb1 0.50 MB 1,035 29
328,660 328,660 000000000000000015a2aea231a92bb84b0aec77dbac64416f860c3f75bee73c 0.35 MB 688 27
328,659 328,659 0000000000000000067efa9f1feec2f20a3ad35aa1cd37ba78c661c1eb3b4cd1 0.00 MB 1 0
328,658 328,658 000000000000000017244ae55e26f7f33e2e29e5c7bcbcfed7e1d691afdf1a1e 0.50 MB 847 25
328,657 328,657 0000000000000000068772304f473c30392b470d6b3afcc2fbccd13ee58689ca 0.25 MB 763 46
328,656 328,656 0000000000000000001436c6d5f9118a6a2f00087629dbf6fac3e5cd9672f0b6 0.57 MB 1,199 30
328,655 328,655 0000000000000000009cc28fdf5919a73d4e04e6048d1063ef7cdd24dfab49d3 0.46 MB 924 27
328,654 328,654 0000000000000000167675e756c2b80f3a3661d1e5f89a1943e3255d6cc9e8cc 0.13 MB 175 21
328,653 328,653 00000000000000001b04f01295830eddc4e2c710478233b755e928217caf3cdf 0.28 MB 495 28
328,652 328,652 0000000000000000011a2518dbcd3c3acc2a755bec60f3c108c152c386c710f0 0.41 MB 623 25
328,651 328,651 000000000000000001a00a75d055991dc8ef98f6eb84d17c785f737c1174fa8b 0.23 MB 84 12
328,650 328,650 000000000000000009b92ff3dfaf9ef04731aa21d3312076c4a81d7ecec3f724 0.24 MB 512 33
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.