Memory Pool Memory Pool Refreshing

7,753 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (649,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,921 257,921 00000000000000094d3ce60c34049bc5871ce4938d7fa53f27a23f3c5d8fc7c6 0.16 MB 273 101
257,920 257,920 00000000000000291633c78814b39056ca504625645cf284ddb2f7ffd11f3648 0.10 MB 254 128
257,919 257,919 000000000000000cc09b8bf37bfa82c0e31511558cc7a030315c70b2128e26ff 0.09 MB 240 128
257,918 257,918 00000000000000143e51381752eb474f340668fe9a904096b74455d69f893665 0.06 MB 142 124
257,917 257,917 000000000000001c606545d180618af354e81a2f86d258d9a04a0b84a9731a9a 0.02 MB 36 78
257,916 257,916 000000000000001817146dd52969933f7cbc754fccc6573d42651b4b5567d2c2 0.13 MB 348 112
257,915 257,915 000000000000001cb2806deaefad52fd0bb2ae5a6044bf19418a2113cef15459 0.07 MB 166 84
257,914 257,914 000000000000000ad090359db57fe34e7bb3dc47064d33390678b83cd53814b9 0.10 MB 230 117
257,913 257,913 0000000000000028984028f49af86efe8597dee7519a1ff9ede46906cbbb2c6c 0.38 MB 825 107
257,912 257,912 000000000000001e9097b1195e1c4475a551c07cb60b6c901918ab436e4007e5 0.02 MB 54 121
257,911 257,911 000000000000001a314c8ca2aa223cab4ea90dfd30a2342798bfa46280d164e2 0.06 MB 137 94
257,910 257,910 0000000000000008a4f02e5815b72d26d19dbcaef56121c4cd7808c5986a6804 0.01 MB 19 2
257,909 257,909 000000000000002e64a5953f87efb0895d5836d988ecb4f48acb4dcbb870809b 0.11 MB 253 91
257,908 257,908 0000000000000006876fa4606834b3cc00c0dc1f82512c27a055426d9b2b1ec6 0.25 MB 635 112
257,907 257,907 00000000000000214f28026ceef408b99883337d98e3813ce10f062022028863 0.07 MB 176 94
257,906 257,906 0000000000000027dbdd6f229f4b4a581fe840a76d174bd3c92ae1886f1a5e1f 0.03 MB 81 124
257,905 257,905 0000000000000021cbcdd3494cd48b2b0f00975e346e1bd81ccc9369bb969eb9 0.02 MB 44 82
257,904 257,904 0000000000000000775dec40da9405bbb2cf7c82117b283e32edf90c0dc35450 0.13 MB 260 75
257,903 257,903 000000000000000c1b79fbad3d7c0211729122a265d3cb0cda5778ab6dd8468c 0.06 MB 155 96
257,902 257,902 00000000000000134b9056e1dbfed45ea2b1d618f9ac78474eaf09a659507b44 0.12 MB 329 103
257,901 257,901 00000000000000283399b50d0958a8f349a621c0e6cd80af8e874a516526e5d6 0.05 MB 91 95
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.