Memory Pool Memory Pool Refreshing

1,292 transactions
18.68 vMB
Show Random Selection Loading Transactions
Max Size: 75/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
908,327 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,097 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,326 (849,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,844 58,844 0000000007c29dfbb9c88a5aec2d72f34f2eb0a79efeb5f440adcbaf91e2aa56 0.00 MB 1 0
58,843 58,843 0000000007e4fe204c1118b47e2b41de894293ecf8c929772007ffed7e0e1a7c 0.00 MB 1 0
58,842 58,842 000000000b917a052017818bdd8b9d6c509af8d295f48791f88b9b3a30a89268 0.00 MB 1 0
58,841 58,841 000000000a3602e8a93c2da962833853e50a5afd33ed24cae9a98053fedd7997 0.00 MB 1 0
58,840 58,840 0000000000da159d987e81641a6152c800bb3d4c194ed2fd82a81f0a33a702e6 0.00 MB 1 0
58,839 58,839 000000000f4657b3982d82873f0de0b8ee6324412525493a453a538c049e987d 0.00 MB 1 0
58,838 58,838 00000000081776bb738bb22d9b7f803a7f5232b9b8ce1148a76538104f3fe3ee 0.00 MB 1 0
58,837 58,837 00000000037a299a20d22e6e8f09ea17d7c98b36a46cd3863923b362542b5e0a 0.00 MB 1 0
58,836 58,836 0000000002bd120105aa544540d971c1b30f01f945b7f6d7f65ed072b9f0221c 0.00 MB 1 0
58,835 58,835 000000000bef8c7e571b01acfde24c01d0fff4e3600ea876c6636c5d6c31ed0e 0.00 MB 1 0
58,834 58,834 000000000c20e359594da266b3206cf2c4bcff6732633bd26d1976e8661b4e9c 0.00 MB 1 0
58,833 58,833 000000000d27e7f7cfb7e51612d8b79723004d0600152c0d4ab154242353eb81 0.00 MB 1 0
58,832 58,832 0000000006be042923114a3d8a47e8e3a218f8a082267e998b1c4a9f7aa9feec 0.00 MB 2 0
58,831 58,831 000000000e831d33b0f09fa091d29280ed114f645521f9943c63b6e0c57d0b92 0.00 MB 1 0
58,830 58,830 0000000006dcd900bf7709e210c96043519701e52943832399aa82bbe625f8d1 0.00 MB 2 0
58,829 58,829 000000000310484f21f03d4a35498d08618a6624ef1f5bec3a132a5bcb339b8c 0.00 MB 1 0
58,828 58,828 0000000005f73b23c4e0dfd8bb6c4c54f3fe64c94e70e2d5ceefdb685640ee78 0.00 MB 1 0
58,827 58,827 000000000e903e18b73c92b7f6d9430ab483ef3f1e22e7cd16bed45a44448fb9 0.00 MB 1 0
58,826 58,826 0000000005d3b34324a15f77094168d4e5382d2948ab00587365635b7306c625 0.00 MB 2 0
58,825 58,825 0000000008ea19f7c3d9a39b697864ecd4fd14b92427391a902b16f1271ce339 0.00 MB 1 0
58,824 58,824 00000000092afccbd97b3ded9de0cd801163e05cbe7d29555c83521d179128b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,701.36 GB sent, 98.69 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.