Memory Pool Memory Pool Refreshing

4,987 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (106,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,920 800,920 000000000000000000037dfef97019e7206cc8c66997128dcb97b06a4ecae7d3 1.85 MB 4,348 10
800,919 800,919 00000000000000000003e30e89b786908d155ba22e23d0928a54ce075b74756c 1.57 MB 3,294 11
800,918 800,918 00000000000000000001d95e954b91b0b6a74dae5b12448c2cb7d7559509c719 1.95 MB 4,490 8
800,917 800,917 00000000000000000002e30f4bf8fd665934ec7aeb376d698568f441b78eef26 2.12 MB 6,598 6
800,916 800,916 000000000000000000017f8a829075d568f9915ca08dde511c3859bb281ee5c3 1.97 MB 5,692 7
800,915 800,915 000000000000000000049bf35a37170e4b276fc8a8b224e5b44dd7842c695cb5 1.86 MB 5,120 9
800,914 800,914 000000000000000000033204f18f77fb16e2ec37e311a148a7b79acc63f12995 1.45 MB 2,927 14
800,913 800,913 00000000000000000003237d6b922dc2d52d3dc7ac68efd6efb3b429226e3b2c 2.15 MB 6,967 6
800,912 800,912 000000000000000000033fa855d5633b922da8ebc972d60024ab2158e82ccd51 2.04 MB 6,165 6
800,911 800,911 000000000000000000019ff838294444379c775d0c822c3ce979fa35e6228f12 1.54 MB 3,401 8
800,910 800,910 00000000000000000000092825c3dc426df4423e21acc3e94d47274770c6ec59 1.48 MB 3,046 7
800,909 800,909 00000000000000000003a4f5e79889b89f659ccaa25a9ecdc79496288ce4dda6 1.82 MB 5,145 9
800,908 800,908 00000000000000000000b1fb75f7adb44a597aa46d4c7f3f716165cf990755e3 1.53 MB 2,940 10
800,907 800,907 0000000000000000000147b489f0120e958a3bb4d68bee1ae5a3f5f8b06f37c5 1.36 MB 2,137 13
800,906 800,906 00000000000000000002396907004216700feff040d6bdf20598c5287618d7c8 1.65 MB 3,299 15
800,905 800,905 00000000000000000000f21a15fc2ec726f44206d04b28dde1b76d24d2e6dd01 1.81 MB 4,726 11
800,904 800,904 00000000000000000000863cdf97c5aaac458a2bd2a8518adc328e036876ffa5 2.04 MB 5,504 7
800,903 800,903 000000000000000000033c9da1db3a84d2414a0c63dce99b2bbef15a866f6c99 1.84 MB 2,868 9
800,902 800,902 000000000000000000032b4877a7298a32f41216726fd726f922436fbf695950 1.26 MB 2,197 18
800,901 800,901 0000000000000000000033c3062ad9bcf9aa75f3733c2d5c8905738062ee30ed 1.72 MB 4,148 8
800,900 800,900 0000000000000000000135ed839789d0e82700d6539c2c4a0c0f3cf9d3642ecd 1.86 MB 4,636 10
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.