Memory Pool Memory Pool Refreshing

3,541 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (4,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,928 902,928 00000000000000000000f3006f060ae8e2bd44585c2f97d08d6dcd7dd20e6d72 1.56 MB 2,103 3
902,927 902,927 00000000000000000001b38ceb80a860e959cbab0456b93ae5853827cadd0101 1.58 MB 3,656 5
902,926 902,926 0000000000000000000117458cbe7394226cf758f4a6b426b985e26dd1aac1f8 1.56 MB 3,081 4
902,925 902,925 0000000000000000000098ab1eee89ceb2ff673660324bfc5c3b22fc6f7206d9 1.68 MB 3,374 4
902,924 902,924 00000000000000000000451bf7148006c024432c92a50fe1ce97f319f3cd6c81 1.69 MB 2,728 3
902,923 902,923 000000000000000000016f629e26f587ce9a447059f0739b68cd55b19cf51f0d 1.49 MB 2,852 3
902,922 902,922 0000000000000000000113804244fc1ea4a39f661bb41ae01377ce08f2d2d153 1.64 MB 3,780 5
902,921 902,921 00000000000000000000d2f7100b98aa195f54eaceb051445a7ca9ffdd7f5484 1.50 MB 3,305 8
902,920 902,920 00000000000000000002344ac826f10b8134982da91f06538279fb58a480ff89 1.64 MB 3,044 4
902,919 902,919 0000000000000000000079cd7786810dedf739f70287fa378fd36a1caccdad1b 1.55 MB 3,056 4
902,918 902,918 00000000000000000000d05b02904992f413a72098d926929f77178184449183 1.70 MB 3,487 4
902,917 902,917 0000000000000000000029b2af4f61e59bf8c0481fd52cd5c174f5e734f639d4 1.41 MB 2,943 7
902,916 902,916 000000000000000000005fef2b1b2b25be444b3c176a8d2ea19de46f491e93af 1.67 MB 3,062 5
902,915 902,915 00000000000000000000116b79b545aaecee822e8e98c2a32cf95aadf2a13d5d 1.46 MB 1,795 3
902,914 902,914 00000000000000000000e3be0ef45a4ab06c087e5841a57057f5f47e487bbe7a 1.46 MB 2,251 3
902,913 902,913 00000000000000000001b863e1f9b837012e934223fa78a0ea44108ca52911e3 1.56 MB 2,286 2
902,912 902,912 0000000000000000000031164b9cfc405b4c9af0066b7f4729fb540f36bd4444 1.50 MB 3,412 7
902,911 902,911 0000000000000000000038eb1c3138364449fda542bee90709b1610e4f2149f6 1.97 MB 786 1
902,910 902,910 00000000000000000000335ae52f80ba053faa69c96bafb7f62db9260b4313a9 2.06 MB 901 2
902,909 902,909 00000000000000000000ba2bb5194bb16c2ffc14c8f1db02e9d52b1c63aa4d3a 1.74 MB 1,710 2
902,908 902,908 0000000000000000000184bb6b10796fe616419347105d3375ac6bb9e8c5bc8f 2.07 MB 3,009 1
Previous 10 blocks ↓
Total Size: 769.39 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,644.45 GB sent, 94.93 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.