Memory Pool Memory Pool Refreshing

3,434 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (718,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,460 189,460 00000000000001e54b8f0a17b624484f8cb8e26220ec1ba78db12fe19892145a 0.02 MB 75 15
189,459 189,459 00000000000001f1ace68567a22bb5114bb5b1689ee2b10a371102cbc6779750 0.07 MB 116 87
189,458 189,458 000000000000036d81d55d392b0067d0bbbdcc06eaea4594b4bb42b45d581014 0.03 MB 92 82
189,457 189,457 000000000000086fcee85c39f81b390455148e283f5c0b840807925fcc367446 0.20 MB 534 141
189,456 189,456 0000000000000884a93c44647e07edb3fb6b523c2bfef5d826f974fef5be6ca9 0.12 MB 256 126
189,455 189,455 000000000000066759456d227bd445608c441d92c1e53b7a7dba94193c7410fc 0.07 MB 176 123
189,454 189,454 000000000000038625e3e8beee67ea9b230d26edfb870d934f8756e4f56ff5bd 0.00 MB 11 100
189,453 189,453 000000000000042787cba613348e1776097d790f8ed78658f7beb7211801148f 0.09 MB 162 106
189,452 189,452 00000000000002f5459591c2e1f90a0f9838156eeb545ba8aa5f925eb85635cd 0.01 MB 32 274
189,451 189,451 00000000000004c4b630fdfc3f3f9c080ced1a07d24d077ae88e9f3f1e351d58 0.03 MB 98 101
189,450 189,450 0000000000000556e807e9186359a7c866ba8b8f9ae54d988053ad2fe8b9236a 0.15 MB 392 126
189,449 189,449 000000000000008d27250349d7eb5be599a5939eb477499fec7517f0c6c96b64 0.00 MB 8 638
189,448 189,448 00000000000005e6a545df155c378f4bf732359da491959b1d2d0e3a699d172b 0.01 MB 44 11
189,447 189,447 00000000000000666302b021658a5b383580d135cc53fe10f17d2293295b392b 0.07 MB 135 98
189,446 189,446 000000000000024296f3ac4298d4498287756dce1143ce2b5087fe63edb7c77e 0.11 MB 292 154
189,445 189,445 000000000000060c3a32ad17afab0f120c92b5e07f6ef78448be63332f69185c 0.03 MB 122 0
189,444 189,444 00000000000007adb8ae1eacc2cd81cb3f27cdab778d9546537d09045a43f0e2 0.04 MB 108 83
189,443 189,443 0000000000000424e3eff32babf5a1ae507a53d8fb38c1899c1def3ee73a23e3 0.05 MB 127 149
189,442 189,442 00000000000004365f2545f6603509f090faa70f880c7c8001441e0a0ca94423 0.04 MB 77 92
189,441 189,441 00000000000000373926b2bb64f46bbed237c2ffb28bda5c6a5e4846b08e904c 0.06 MB 124 69
189,440 189,440 00000000000006bd3febcaae00589a5c05ce0eab0ba934154b973e54f6aa4fea 0.00 MB 10 92
Previous 10 blocks ↓
Total Size: 769.54 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,648.65 GB sent, 95.66 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.