Memory Pool Memory Pool Refreshing

6,382 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (544,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,876 362,876 0000000000000000105e0ea623804fb8ba4dc92e7fdb2ffdab5fc71430dd6d6a 0.48 MB 759 24
362,875 362,875 000000000000000015fbbb020908cba6611724e970d447e683f07126cce79735 0.08 MB 113 27
362,874 362,874 0000000000000000113f958570eb7fd893d908bcc3c70d094fbdaa0c8d209457 0.04 MB 89 14
362,873 362,873 0000000000000000143fd2324e5773e83a1993b8d864faad2b7cf4767316c64e 0.11 MB 216 26
362,872 362,872 000000000000000013afe0f34f41edae1ff5757ffe132b0abe4aef6d504db2a2 0.08 MB 163 29
362,871 362,871 00000000000000000c1ef364ddaa0c711c516e740b59e8d1d9c728d2b05a9c36 0.00 MB 1 0
362,870 362,870 000000000000000004cf12013e8a7b5146aa91da9ab6ada5809835fbc6f6eacd 0.50 MB 864 27
362,869 362,869 00000000000000000dee08b62a4e9293887e9896f5208b750c4144291cdd9909 0.05 MB 83 29
362,868 362,868 00000000000000000f1de0703519f2ca63ac5b83970ceee5aba5bc29913ae8ae 0.32 MB 515 29
362,867 362,867 00000000000000000544e6352a0f204ef44bd17c513a92493787758ed9b67762 0.10 MB 205 30
362,866 362,866 00000000000000000b4976852c76d32b1cfed9054477f850ab7923edb6c609ad 0.30 MB 591 27
362,865 362,865 000000000000000004333a1325b08f77e445efbb45b87feb762677e425ae6f75 0.06 MB 62 10
362,864 362,864 00000000000000000bf8e7860e1de0a494b65477b25f189e833ab8fb2a549c2d 0.50 MB 1,151 32
362,863 362,863 0000000000000000139e23afb98d192a195d15e62d33a2670547e3351bfc51df 0.35 MB 644 25
362,862 362,862 00000000000000000df150efcc623862e286c3e98e5f978910c16b9f6f128b4e 0.15 MB 219 23
362,861 362,861 000000000000000015c72ccf09f4460982fd5f692a87ebf02ba66ad2eeb67001 0.21 MB 478 13
362,860 362,860 00000000000000000474492ecb821a05ebaf98cec4b90cddb3ec57a89af1890e 0.16 MB 112 6
362,859 362,859 000000000000000003909034cfcd5652b41ede4020dea20f70f2f2a7f2c0e72e 0.52 MB 806 26
362,858 362,858 00000000000000001589e82ad5c4f4cb6ea15248b572dc31c693af36a703cb6f 0.93 MB 1,284 22
362,857 362,857 00000000000000000381beea6766df0fbf227843c81937bbbda589b1a9629d18 0.82 MB 1,443 27
362,856 362,856 000000000000000015912540a0f6a3f7009ac030ad912a75a499446067071485 0.13 MB 492 69
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.31 GB sent, 94.25 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.