Memory Pool Memory Pool Refreshing

7,629 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,464 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (777,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,296 130,296 00000000000011837bd44d9011644194520b285da925259433516d8bcecf359e 0.06 MB 194 1,573
130,295 130,295 0000000000000ae5fba57df63213f432d0bdef926b7465920bbd704292c7e3ec 0.02 MB 44 823
130,294 130,294 00000000000007a1aa12a78dd84d072f927597030c6eadb78c629dfb0d84514a 0.01 MB 27 2,742
130,293 130,293 00000000000001969d03990de6760a9a7391c0be0bcc8fdb8e0ad77c34189c6a 0.04 MB 81 1,146
130,292 130,292 00000000000011f0ba007d6f9e6072393daf5309de013db855935005e9eeb91c 0.05 MB 180 28
130,291 130,291 000000000000166cf83cd9635f7dac39336bbe33e54734aaa7c9e4f272d7acc7 0.05 MB 99 416
130,290 130,290 000000000000175fad5e3b2a98082daf4105da6f83b62f4b73f40e8e48d0f7b9 0.05 MB 100 461
130,289 130,289 0000000000001c179ab80cc944aa9522271e68a667d6971137bb183c38f92891 0.01 MB 16 1,022
130,288 130,288 00000000000004c2a6670873a4d824a75a80d42bc8055fc73fd0aa50e9e452e0 0.02 MB 52 541
130,287 130,287 0000000000001a9a6cb6845fa17faf14ad25046389d25cf46ace5a5574b4bd81 0.04 MB 110 1,176
130,286 130,286 000000000000179b8a71a21583a86d423313492ce4d0874c95f3b2c751c6b601 0.01 MB 35 802
130,285 130,285 000000000000164fa9a50d4193e608c9437bdbc581b93b31bd873f8347ed4a5d 0.01 MB 27 1,241
130,284 130,284 0000000000000eff11eff5e566fc257571a3c681b9afb8502b6417986ba5df75 0.00 MB 1 0
130,283 130,283 000000000000064a836301957d1426d355052c1b2a62e673b1d3a51742f59310 0.03 MB 51 676
130,282 130,282 00000000000004e7bfdb0a5ae0c8027856c72a7f08c0db1aa93e829d043e4dd6 0.01 MB 22 576
130,281 130,281 0000000000001902676e38fbd9a9a0085665951072f448c6a898403b57f18760 0.04 MB 65 1,763
130,280 130,280 0000000000001910b221c1e08686b6979f3cd76b5f5a6e7d2b46c6e28fadb7d7 0.01 MB 15 1,456
130,279 130,279 000000000000163eda44e4fd8a20110dafe0f7ac5c5b3ee36f24f2ccad7f78a5 0.06 MB 112 608
130,278 130,278 0000000000001868ba6b10db8ae44368bf2afc31df29fac05a672a2ce6e8171a 0.01 MB 24 2,147
130,277 130,277 00000000000001b7462ae9fb385dfc37d64561382dddbd63dc4183cae78bfd60 0.01 MB 29 1,029
130,276 130,276 0000000000000eed9b91ec7fb926de1540196729075944a0dc983850267a9474 0.01 MB 24 1,453
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.