Memory Pool Memory Pool Refreshing

6,143 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (737,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,675 170,675 00000000000006a25f112ee1c8f9857e59fa998a19c6873bdfb8ab62aca3ebcb 0.01 MB 16 22
170,674 170,674 00000000000000bd488cba998be7625e2f910f615642f595c863177ce6c84600 0.05 MB 151 95
170,673 170,673 00000000000000059e8f079529be7ef2b0478b64f23bc35f4ff869adfc22e7b1 0.08 MB 62 762
170,672 170,672 000000000000057da116560f22fbfbe62f365c7b92282a88894065566141a474 0.04 MB 115 55
170,671 170,671 00000000000001b04ce91546a1e4ce03c6c87d2013b28e6de7e663e90eb4a19a 0.05 MB 64 57
170,670 170,670 00000000000003d8e22ddc9a6b3b2226dfe57830d793be012720e74db28bc6be 0.01 MB 27 11
170,669 170,669 00000000000005f7e3ef4a5413c223c1a58d95ffb5127fd0a830a2f0620f1ee5 0.05 MB 60 53
170,668 170,668 00000000000008126bb249951512917c5996c22a05be4beaa1ac3c37f2e8ca1d 0.02 MB 61 14
170,667 170,667 0000000000000b04b5955fa06413bf16c73c19e2c06520f1a50f935ef8c61071 0.00 MB 1 0
170,666 170,666 00000000000002fb7be7e7da5c342743ded57185f5d7e214b7d00513d354870d 0.00 MB 1 0
170,665 170,665 000000000000069f9a95694b579cd44fe63aeee066c5e28c507506da0343e898 0.05 MB 102 1
170,664 170,664 0000000000000253e7e36864bff239f262d71ee59dc1d8e7d8e65d9ce5d8911d 0.00 MB 11 34
170,663 170,663 00000000000005b847befb3a68253fe553dd01802cf07d85180430ae6ec9b3df 0.02 MB 47 13
170,662 170,662 000000000000000e9b102ccaa589898704f0064a37fe2f0cb2ec40c9e24895ec 0.06 MB 64 109
170,661 170,661 0000000000000741e9860a7889a9a2aa4b620affaac897c966d1138bb6eb0e61 0.03 MB 41 263
170,660 170,660 000000000000072e7aee74dfd1e1600f14171c1be3b70912ed12aeb0e9b60de2 0.00 MB 1 0
170,659 170,659 00000000000001eac0e5c4f782a087a1d1416e5ec2396580bcf0df44f46443f6 0.01 MB 17 128
170,658 170,658 000000000000015ca8d6c5a0b35d7245999a74f701b48d261440215f06f580e5 0.03 MB 62 67
170,657 170,657 000000000000031b614bdd23d78342c06805342b559199bf4f6f414444218274 0.00 MB 1 0
170,656 170,656 000000000000077a623dcf81ac5833f963a70ed76ba10c5ed70eda4232e5a3d0 0.00 MB 10 0
170,655 170,655 00000000000004dc8194ca5414305304a0efff0c5033a762a1b2d6e62a3505a0 0.01 MB 27 48
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.85 GB sent, 93.05 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.