Memory Pool Memory Pool Refreshing

367 transactions
18.28 vMB
Show Random Selection Loading Transactions
Max Size: 73/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.96 vMB 169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,326 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,326 908,326 000000000000000000015973546719a8365f3a959f59b53e27d94f1596a8286d ago 2.89 MB 1,393 1
908,325 908,325 0000000000000000000091112ca442d738adcc9e78c742d7695c5d4580cb35db ago 1.61 MB 2,932 3
908,324 908,324 000000000000000000002dfcd2545dc095c4d35cfaf98d58725fa1fdc3763ddd ago 1.47 MB 3,139 3
908,323 908,323 00000000000000000001416cee0dbd914ddb6e6b5b23a214f003d2e6748c16fc ago 3.93 MB 90 1
908,322 908,322 00000000000000000001d0909362112aab05a9c6807a9e3ea842370e57c5dfb2 ago 3.77 MB 323 1
908,321 908,321 00000000000000000001dcc19d60a42c36a175ab8e8b99a680056c506c3b0f2a 2.50 MB 1,786 2
908,320 908,320 00000000000000000000ad58c89726cd9aed558f03642178b552ad0ac892a879 3.86 MB 251 1
908,319 908,319 000000000000000000012f173e5bd782b99cec6b683447d332d9b675891aca25 3.69 MB 438 1
908,318 908,318 000000000000000000014274d6f8e86787b63d016bb751e1392911aad5fb75e4 2.36 MB 1,855 1
908,317 908,317 0000000000000000000032b21f01d3c32211d3f60405aba71ee92400f1fe357d 1.62 MB 2,915 5
908,316 908,316 000000000000000000007d3c3c34ab8add2dec51580ad4a60fa35fa152243a74 2.24 MB 1,636 1
908,315 908,315 00000000000000000000e857e914f7d0711d595650ca5f1a8981c205af5b8b71 1.76 MB 2,487 4
908,314 908,314 00000000000000000001890ad254f13db835e56a99acce7eaba7b86978398f5d 2.75 MB 1,507 1
908,313 908,313 0000000000000000000099ec440d21f97395ac80700df465a89da314ada5babc 3.86 MB 185 1
908,312 908,312 0000000000000000000136d9ba844d4bdce51de2f8dfcfd9ff468021ee310b92 3.45 MB 655 1
908,311 908,311 00000000000000000000b3a1b36255f529a7fd6913d9c11fc00f102245d10826 1.94 MB 1,289 1
908,310 908,310 00000000000000000001af36e804ff74542aab1aee6a455fc0c9954116aa9a86 1.73 MB 3,020 3
908,309 908,309 00000000000000000001e034f5c4e3268cc8960615b4a6f5d45e869058e193dc 2.75 MB 1,227 2
908,308 908,308 00000000000000000001dcc89431bcbd2180df5601a872a81ee0dc1a85587a97 1.60 MB 3,637 4
908,307 908,307 00000000000000000001deacf3d23637063f334f036c64fb3ac0f6c35d23e408 3.89 MB 157 1
908,306 908,306 0000000000000000000092781ef35aaef3b7cac309fb86f57d2f889915faa094 3.40 MB 779 1
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.32 GB sent, 98.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.