Memory Pool Memory Pool Refreshing

6,807 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,448 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (683,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,901 223,901 00000000000001d13e23b5294fdde5f25255d2d7305be8ca8c2d22d254c0122b 0.17 MB 431 203
223,900 223,900 000000000000032dc1b04f6802f023ca81430f91e612b39894b309639769f765 0.12 MB 301 175
223,899 223,899 000000000000028d2d736d70ce96db457a77592faa2a51cad73a1faa78a106e4 0.22 MB 435 183
223,898 223,898 000000000000014e06ccdd73f4256ab4b2624d6d4413b26b62b7f43f5331d671 0.09 MB 256 243
223,897 223,897 0000000000000082d84ecacd7a8157a3b81a2eba1cfda4721e6ae7e811a20bd5 0.29 MB 553 147
223,896 223,896 000000000000032b53e959a77466e5a4a48da69225fde22015e4d755be523988 0.15 MB 387 187
223,895 223,895 000000000000003cd4ccd0b6c5d738952802070a51bfa966ca1c1ebbfd50bc3f 0.16 MB 353 168
223,894 223,894 00000000000002a24c76fb787635208801e305a2864a85f408f34029a57c82fc 0.14 MB 333 200
223,893 223,893 000000000000034299fe7a773a98f4d7233054dedcece292c37fc9d8234875e0 0.10 MB 228 143
223,892 223,892 00000000000001bcd79ee6f8751c000ee4986a5ac6438d21da9bfc1ff3e6b77c 0.23 MB 380 128
223,891 223,891 00000000000001ee172d1455965795c41c97957ef1d06e3d4792a62341082fe8 0.25 MB 516 1,746
223,890 223,890 00000000000000433b65d11405e5b81d3a8f060245e339ce2a04db553595b1eb 0.25 MB 699 198
223,889 223,889 00000000000001382ce68cd7cc17c21b2cf7ecd7a65325e587afe8e41f126503 0.45 MB 983 173
223,888 223,888 000000000000026e83792283b1706d098107fe994c34c1220adb381d149e78d0 0.15 MB 208 34
223,887 223,887 000000000000012a429ad80def42cb5243b8dbf09c6cdeac7947dd0885ae6445 0.22 MB 467 175
223,886 223,886 00000000000000580193419b4f15ae44953ffa4d252f5338fcec58de61aa9261 0.11 MB 268 186
223,885 223,885 00000000000000e0b711581c7f664ab3bcf813bf6d17ec131f15b26ed75fe35d 0.11 MB 245 175
223,884 223,884 0000000000000306067182d116599fd0fe65f8162d20aacda7477f55c42dc41b 0.20 MB 359 141
223,883 223,883 00000000000001dff66874eb90656f92db749697156b60b7dac3eee28e087371 0.00 MB 9 155
223,882 223,882 000000000000015a3d463751eff2ae74cbad7f4c204f17a3f7bcad22d61ffe73 0.25 MB 680 231
223,881 223,881 00000000000000a323f717fdcbeed5682215c0d28074a4fc4d760eacd7757aaf 0.21 MB 540 204
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.