Memory Pool Memory Pool Refreshing

36,955 transactions
32.61 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,680 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,668 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,679 (344,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,610 518,610 000000000000000000378eca300c17318f9970db074be7c0152a8ec1b0864f02 1.06 MB 807 3
518,609 518,609 00000000000000000031d2d6f155b76dc2ce81dce1c223023746c662d1c780e9 1.15 MB 2,021 26
518,608 518,608 0000000000000000001312a3a89d8008120c3aed790b9ace82928221ad4f7ab9 1.11 MB 1,585 6
518,607 518,607 0000000000000000001a71f184d147b59a3ef170e094a9c2c435faffa6ce2262 0.97 MB 1,983 41
518,606 518,606 0000000000000000002cfdf68b6b40f15da2b5d94f85089c522da51efc0ec274 1.12 MB 2,269 27
518,605 518,605 0000000000000000001cfdd1d428cb17ed79834ef136630342c9524c39a7f762 1.15 MB 1,617 32
518,604 518,604 000000000000000000317209e4a8af12db4916b530d936417cb10f4c4992bcdd 1.15 MB 1,519 31
518,603 518,603 00000000000000000047a7b0e7068199cd490b3e3e3d63a8a08a96772036282d 1.13 MB 1,606 34
518,602 518,602 0000000000000000003e28f4bcf2234edf98009fa4a4adb17fe065d2930f3f6e 1.03 MB 449 6
518,601 518,601 00000000000000000012b84aa74d6c8730c5a161e1a8e833b73e57fcf908f1f6 1.14 MB 932 12
518,600 518,600 00000000000000000012cc12e4c088d3447bf46d3b2a8959762063bb2ac8207a 1.07 MB 1,315 21
518,599 518,599 00000000000000000008194da33d046f63f98af9299a8e62a312b3c51c8e27f2 1.10 MB 687 9
518,598 518,598 00000000000000000014e99a1f783b7d6368b135624ef45278bccdeedfdd5d97 1.22 MB 1,510 5
518,597 518,597 00000000000000000027e41e03bdf930430bd528160592af160fc2100945644a 1.13 MB 2,256 41
518,596 518,596 00000000000000000048084bf03d4e31f9b6095ed35732eb21b6625ada4c1093 0.29 MB 504 12
518,595 518,595 00000000000000000012674ef4b4711f8f978eedf1b44adf96f00a4c7791477c 1.16 MB 2,251 41
518,594 518,594 0000000000000000003701624c6f7549bece92ac79cad1e7a0aa4d617ab2fa24 1.00 MB 1,063 3
518,593 518,593 000000000000000000068769c29aef7e209885c9b161b59e3794b9934a6981eb 1.14 MB 2,318 31
518,592 518,592 00000000000000000032c3dc291adc50e4e6336a28b80597cf001dbf13c22338 1.20 MB 2,744 10
518,591 518,591 0000000000000000001e47a06c3d24326ba0a576e9e9100ac3f168c60be980e3 1.11 MB 2,103 31
518,590 518,590 0000000000000000001b6f9d8e6cf8d6fb0d8bc45264ceef06818000add9e9c1 1.10 MB 2,134 59
Previous 10 blocks ↓
Total Size: 685.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,383.03 GB sent, 108.69 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.