Memory Pool Memory Pool Refreshing

14,139 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (575,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
331,857 331,857 0000000000000000127b2f4be39972564c26a0b3cf0325e1da30e39fcbf8ce37 1.00 MB 2,343 33
331,856 331,856 00000000000000000a067164f8be05d404ce37974bad1aad4f2c05902e782a28 0.07 MB 147 9
331,855 331,855 000000000000000013d88cebf215f5cd6668d2a9c76a78a9972c49c22b8dac32 0.82 MB 1,441 26
331,854 331,854 000000000000000018095b67490879b8a3ed7b4990112cb4059fe1a7acbaafb0 0.25 MB 314 19
331,853 331,853 00000000000000000d50278f8f570b63b89801174ea54d4fb6db6e16f756253c 0.35 MB 717 26
331,852 331,852 000000000000000006e18464e7fe8fca1a05c102851d8ecdb2a2bfed49a2e227 0.25 MB 443 23
331,851 331,851 00000000000000000f6a7d57be327db9989181f5e91b0e54f70e1c18e8c3f43b 0.63 MB 1,199 26
331,850 331,850 000000000000000005526051a3709b4a9a239aa95c788c04a3a430e0b3e4f548 0.33 MB 463 18
331,849 331,849 000000000000000007cd4a471e10692e3b5f6fd7a3e4eb8ae897eb7fdccd216c 0.07 MB 256 26
331,848 331,848 000000000000000006537c3c6d1478de776d5b9b532eef9330bf6de1c16f6d0f 0.06 MB 21 1
331,847 331,847 0000000000000000125a79bd48f6a32dbef663eafc0f2752491910ce6ff4bccd 0.13 MB 207 20
331,846 331,846 00000000000000001978e2bd2ab201aed46ee454693acfda3b7d059ea221e3c7 0.37 MB 645 24
331,845 331,845 00000000000000001837844f3b3ea233098a6ed6b26add7bbde92b9d55c8cc2b 0.22 MB 389 20
331,844 331,844 00000000000000000f87e24c5529b9253c047d7f0ebb48b5ba0d831b90aee1bd 0.10 MB 90 13
331,843 331,843 00000000000000001236de766c0c4e528338759e39f555e698ef9577705b025a 0.24 MB 159 12
331,842 331,842 00000000000000000d720dd54f0b8e69a347cdc051b787cfdec5424d22b34c01 0.75 MB 1,673 29
331,841 331,841 0000000000000000137352267e0a4da7de16aa952c728ebe8a7df8bf8174b4f7 0.69 MB 1,255 25
331,840 331,840 000000000000000013661b5146da080589aab6834708bee25ec488d6dacf7be0 0.40 MB 579 20
331,839 331,839 0000000000000000105dba618fb9dd49d6df577204053f182d561076077a3302 0.14 MB 317 30
331,838 331,838 000000000000000011bafc0ff8f3b12fd02558da428a2186b575ac7c78ad04e5 0.74 MB 623 16
331,837 331,837 0000000000000000179bed494fe9f286c1a2d1f551b5649788cb8cafc986aa63 0.74 MB 759 17
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,622.95 GB sent, 92.96 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.