Memory Pool Memory Pool Refreshing

1,152 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (345,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,906 561,906 000000000000000000107e0912c394a9e21a540c81c75b4046da03f3337f9b36 0.98 MB 2,438 8
561,905 561,905 0000000000000000000da7e531afb6c852c94a2cf21fff26c7ffb621bfb52448 0.89 MB 2,207 9
561,904 561,904 0000000000000000001ae7da4a445f2ff63d93cdd5ac91b04052493c8e1be31c 0.05 MB 136 12
561,903 561,903 0000000000000000000a95d2226ab5a66cba7c76f0202f2c5bc8f2d0b3d92ffa 0.69 MB 2,060 3
561,902 561,902 0000000000000000001c9a2cb4624a8290027c7d3f023369383254b6a8407a95 1.25 MB 3,212 19
561,901 561,901 00000000000000000016e7d17b3c5ffd4b80d154bc56f89409b5021fe502d383 0.20 MB 476 13
561,900 561,900 000000000000000000258cca1cfc96a59b6d37dbdfd409030f6ce12b95bce92b 0.36 MB 1,032 9
561,899 561,899 00000000000000000016fdce5620ec9da914ac41e23cc63fbe140ddefa960d39 0.54 MB 1,431 13
561,898 561,898 00000000000000000016e307276b042364b5bada2154e41b16bedc6f947480fe 0.31 MB 848 10
561,897 561,897 0000000000000000000137a9c8d9e962ce0cebc4dbb1af3cf1787d0a10f052c2 1.01 MB 2,243 5
561,896 561,896 0000000000000000001e6f5bb63006c8dc332e3d716f2c72d7d76fbcb72a13db 1.14 MB 3,163 9
561,895 561,895 0000000000000000002530ac63d9ce942bf53d7a5679eba48d5030122fb1bf04 1.28 MB 3,294 27
561,894 561,894 0000000000000000000b274c29990d9bc76f2f5659beb4dff2a7cd98f2bff7e9 1.16 MB 2,892 18
561,893 561,893 0000000000000000001443f35ee609444479274c749d9d7e9cfcce1bd4327411 0.59 MB 807 2
561,892 561,892 000000000000000000277c124a85d35141f1187093e8a93a11b5dfc6e9299838 1.16 MB 2,959 11
561,891 561,891 0000000000000000000c3d2e3d4aef34abef45a1b0fe467f6b59b885cdd72ed3 1.17 MB 3,282 9
561,890 561,890 00000000000000000023abd1888383a7caebe342467f61d7f9c179e5764cd8e8 1.14 MB 1,873 10
561,889 561,889 00000000000000000010367dde3b8b99727dece0f761f23953986771072fb827 1.27 MB 3,216 30
561,888 561,888 0000000000000000002c929ad31d1008fdc0fb5e56ec2ea1fa280adbdc389164 0.26 MB 695 11
561,887 561,887 00000000000000000022444e80a7bc71329acbe957a1dbf76b9848c2fff823a5 0.32 MB 727 7
561,886 561,886 0000000000000000001a0b7224fc70adbca2d37adf6b2c871bb4ee1968525e6f 0.59 MB 1,428 5
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.