Memory Pool Memory Pool Refreshing

1,708 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,048 000000000000000000023a040000000000000000000000000000000000000000 0.74 vMB 1,706 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,047 (676,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,097 225,097 0000000000000389b4e12a5e6d2a8f0efffc03b7290d7035b9fc222a65fdebad 0.14 MB 183 95
225,096 225,096 000000000000027cd3a53be3bd962e91dbbfb0adc4d9af6d16c0b9abed288541 0.25 MB 542 165
225,095 225,095 0000000000000091cdc19e707079eced9a13b89b77b48fb4db735cce2087cc4f 0.50 MB 997 176
225,094 225,094 0000000000000378df042a08822557567c5296e4813fde534ccad1b490b953a4 0.25 MB 691 297
225,093 225,093 00000000000000799abed326ad12ef18151c7d3497b180c9b6d8fdc9dfc8c96d 0.25 MB 756 283
225,092 225,092 00000000000000e9fc5a41cefe58d4058a56742a9ad26e3efc6d0816a8473fd2 0.05 MB 138 242
225,091 225,091 000000000000033c71e8344c51840d9b72bbc3dbb3ce19b64d98d7cbcc508412 0.05 MB 65 102
225,090 225,090 000000000000027a4af85b43557e397f5ce01d72f0ea9edbc335ee5c231bb0b3 0.51 MB 771 123
225,089 225,089 000000000000022abb88c852cc94bfa078a905ee09c49668b3d0c931b75a9392 0.10 MB 332 259
225,088 225,088 00000000000001cafb87e50269fff38b98e611cba49d20b43cac0c12b6e033bc 0.13 MB 426 222
225,087 225,087 00000000000002da019651b58b471e9e28d8267dd39c51ab153b08b7aecefdca 0.10 MB 315 204
225,086 225,086 0000000000000140b7d93a3f1b395a752cd6a4e792616dd48f2ee2f95100a9c7 0.25 MB 614 170
225,085 225,085 0000000000000323bca888da0992ba9257a0b20d52f0e6e905da5165b8305329 0.25 MB 836 250
225,084 225,084 00000000000002876aae9ee8dca4f49f6829c59d36baea465ae851da57ee6467 0.05 MB 125 103
225,083 225,083 0000000000000318345e8bef743fbc2cd2234afad5e727f33dfcf2e0fc3d4f43 0.00 MB 10 178
225,082 225,082 0000000000000134069047e99691461aebd550fae182f65bbd27123484f5dafb 0.08 MB 144 102
225,081 225,081 00000000000001a583127edc78fa91f3f62041ada0ec35ee2226a2bb24e538e2 0.17 MB 549 262
225,080 225,080 000000000000018fd8c0b6be46ba1612ca0037d8365c745e707f0f78f10b5772 0.45 MB 897 183
225,079 225,079 000000000000018d5cee1e692f24982a11b94595db51f22dcca8c978b87c2b5e 0.15 MB 265 80
225,078 225,078 00000000000003941050c4c4b84189bebbcf194df74345bc7785787d605b9937 0.06 MB 32 57
225,077 225,077 000000000000010243f2161efd56f3c173c66f6710ffb5670867eaa8c4e40363 0.12 MB 206 157
Previous 10 blocks ↓
Total Size: 759.27 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: 831.28 GB sent, 42.88 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.