Memory Pool Memory Pool Refreshing

18,759 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (585,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,221 322,221 0000000000000000144f96245051a11419d2c41693a280bbd8db952f7835d083 0.29 MB 424 26
322,220 322,220 0000000000000000080eaf5c32705098d26f4dd108875cddf7150b6e312c6ae1 0.02 MB 34 26
322,219 322,219 0000000000000000105df76eaec090f8bb3bf81a9af7b06c190c2211dc3bfed8 0.23 MB 481 34
322,218 322,218 00000000000000001f2dea2c6c796e69ce2c81a668f60540e0f977f16b679618 0.22 MB 480 27
322,217 322,217 00000000000000001fe79aed3990f67723b0e679361d4aa81b2e45feaeb5729a 0.67 MB 865 25
322,216 322,216 00000000000000000e0c5bcd871f33389191fb2ce0e788723947330dc4d149ae 0.75 MB 1,263 29
322,215 322,215 0000000000000000187d5662f69df1bee10ef853c7cdcab282a38d99ebc27bb7 0.70 MB 592 18
322,214 322,214 00000000000000000e1c97955df7cd55c21bb3d2aa0c2d62e0450a2940eb7636 0.25 MB 309 23
322,213 322,213 0000000000000000031fffb3b86300ed62f77e639df8bc32525b6c5ecebe85d5 0.02 MB 64 10
322,212 322,212 00000000000000001d918e15fd0f85126df1218310908660176812012ed8d6aa 0.41 MB 868 30
322,211 322,211 00000000000000001e369cb302d61a535870e150e1d4bcad0bea022f9a1d0ca5 0.63 MB 1,040 26
322,210 322,210 00000000000000001bd5edaa44166a7705beb43ac908a923b452d5a5a6e4595a 0.14 MB 214 14
322,209 322,209 00000000000000000e015f2593c3c1c3dbeaa50894af1a9e809ac7f74b3e3744 0.57 MB 380 16
322,208 322,208 000000000000000020c671c789da5124642ec8780427ce9c7283374399be8c03 0.93 MB 846 19
322,207 322,207 00000000000000001eb1e7dbb67cc37b876a593030bb36e96e052c4f1aa1482e 0.75 MB 953 21
322,206 322,206 00000000000000000685a467cf3dfb666a9fb6d4e4b55bc0346ef9c62dcbd4ae 0.75 MB 2,061 46
322,205 322,205 0000000000000000002c43d70d18bb1bfa5d0cc4718675560e428a490af32a51 0.25 MB 327 25
322,204 322,204 00000000000000001aece617abaeaee0995b7e223f10aa4554fe40c066b612c9 0.30 MB 668 33
322,203 322,203 00000000000000000587059be405c4e628c51f28d35bd125c25bba36c661b901 0.64 MB 776 24
322,202 322,202 0000000000000000218043d48ad937e584d0b3edef41cbee85a0ca8ac3d55ed4 0.75 MB 1,536 35
322,201 322,201 0000000000000000104ca4c94c6771f316da2951de9b92d896e042312d9e301b 0.29 MB 481 26
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,624.39 GB sent, 92.99 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.