Memory Pool Memory Pool Refreshing

4,227 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (596,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,888 310,888 00000000000000000f4c315eb8f63af9421635284166081945a7cb0b2071ecb5 0.26 MB 500 36
310,887 310,887 0000000000000000116f6b475d1fdff515687c713233f94d93dbe0b448df2a11 0.10 MB 172 35
310,886 310,886 00000000000000002872ee72c8b00eca26cee9dfab2ea3f6f0ce522d908262ec 0.64 MB 806 36
310,885 310,885 00000000000000001c0714923915935a5e4497bf8e9734ebecfaec7e6d2390e4 0.35 MB 968 49
310,884 310,884 00000000000000001e478db361710c23bfeaeaf412824cd95a2d04db03794170 0.62 MB 1,177 29
310,883 310,883 000000000000000007f50b08148212c8ad83434a01e393ef3a5ce63443ced37b 0.42 MB 815 29
310,882 310,882 000000000000000008196e76e328c3caffe37951fa6ecd6a8e2106e2a4a5073d 0.10 MB 182 29
310,881 310,881 0000000000000000102badb8c120785482910233da9bc06c99dc1352c2a49d5e 0.05 MB 86 28
310,880 310,880 0000000000000000194fc38ef98909c315cdf7eb2406d6c80057314c7b3f4fa7 0.27 MB 551 26
310,879 310,879 000000000000000020adb9be5a4651690e5f421e624e6556c3458a361001c98e 0.21 MB 212 22
310,878 310,878 00000000000000002949b751c769aaff47428eabc80b67dfe2b469cbb834d9cd 0.50 MB 1,226 40
310,877 310,877 0000000000000000124a548ff1f9490400ab2e9a1ec721dbaccfb6114324c9a3 0.55 MB 1,003 33
310,876 310,876 000000000000000019200601263d24f8bd9156e5c474fee83ee77870dcdd3bdd 0.47 MB 801 31
310,875 310,875 00000000000000003f64f0e9628d4cd0b6485442826a1c427e52da74bc2ffbbf 0.05 MB 118 29
310,874 310,874 00000000000000002599f9515045e352a40cf9f0361e2e36c44372b28bb25a09 0.39 MB 549 24
310,873 310,873 00000000000000003265821c44a5dcf97122c073270560124446856930cb56e2 0.14 MB 309 26
310,872 310,872 00000000000000000f1e31ea1502b34b965e2a1d9d5e5c9c23efc19886686071 0.18 MB 311 74
310,871 310,871 000000000000000001fab85e09ce660e6b6cae17a05a927d106a84350806bde5 0.17 MB 401 31
310,870 310,870 00000000000000002e1d9556a280a03a2c89c446290e5e277346410d3673db99 0.62 MB 1,090 27
310,869 310,869 00000000000000000b45e4a78b66a72495debfbef5630654d381dd0b10aacf2c 0.35 MB 597 26
310,868 310,868 000000000000000021cb546592b51bd569e2332a39cdf0fdb03d13434ad3fd65 0.70 MB 1,251 40
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.