Memory Pool Memory Pool Refreshing

11,973 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,803 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (697,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,670 210,670 0000000000000144e7016b9bf477cdb3d7278b9d9b4be54352fe47407703f7ff 0.08 MB 223 172
210,669 210,669 00000000000000268885ede5e7f3cba8e9766ab3977cf6bfcba8ba24473eb510 0.00 MB 14 37
210,668 210,668 00000000000003418738833d75d17465418bda742c375f6ef4dea454022ef92c 0.00 MB 1 0
210,667 210,667 00000000000004dc5289e7355b8e1204a78ada7fc2e5bdbee8f81b90cd477eb8 0.00 MB 11 145
210,666 210,666 000000000000044e99d903f0ecf772c26637f8ee42499e9405c72d181193348e 0.02 MB 43 161
210,665 210,665 00000000000004254f3b624fcac23d6e9ad956b14616b7fe8171a78a887cab09 0.15 MB 238 98
210,664 210,664 000000000000003d1e2e56e156f12f0dbea1e7cd5a40d32b204de17e5e112a21 0.07 MB 186 163
210,663 210,663 000000000000014331d7941ceabcdf58fe2a879fefecb839669e35ef960f73eb 0.21 MB 728 225
210,662 210,662 00000000000004104bb069ea9b517457fa1223c38abaf2067f1844a5893ab9e2 0.04 MB 114 249
210,661 210,661 00000000000003f357a59f8dcde1dd035eb6abcc7e86648f303b6efcdfb23a5f 0.04 MB 140 188
210,660 210,660 000000000000005bfb3caaa2bb77a9546c34d88c35544efff319c2b72141dc5c 0.12 MB 287 145
210,659 210,659 00000000000000e4e6ae4e323c8b68b8cfcc5e0d8a2ac9659cc856c539f8992c 0.03 MB 88 221
210,658 210,658 0000000000000006421f84fa05225928439f8753c737b756d35e66ccfeb498b9 0.13 MB 292 256
210,657 210,657 00000000000004806390dc4873679f976629e73f79c5bf6a507a64f3ea1b7e1b 0.00 MB 12 6
210,656 210,656 00000000000001039e38125e38f7a641089c38e3385898ef59067f1226047301 0.05 MB 125 163
210,655 210,655 00000000000002599f19b4885bd2def5ed0070c16856205178ef1bf635d9a5a1 0.11 MB 210 180
210,654 210,654 00000000000000d14a3b739a1a63c8bd56bac61dc01228bf33435eed4107eb48 0.31 MB 525 109
210,653 210,653 00000000000003938a2431c895b5347e832ce29b253c053c2fe682a6ca10d2c5 0.05 MB 137 319
210,652 210,652 00000000000003dfd2e5b4a69c53e8c973faa98041c9ac5baeb9f6875cd10548 0.05 MB 117 202
210,651 210,651 00000000000004dc4a77983210bdf56c255a2239b38c635f8b1d1f28c8b3283e 0.02 MB 60 76
210,650 210,650 00000000000000441b97e9f3874a0bb4e6ec90f459a45024fbee92e06601c6c7 0.07 MB 120 100
Previous 10 blocks ↓
Total Size: 768.93 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,612.68 GB sent, 92.48 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.