Memory Pool Memory Pool Refreshing

17,487 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (724,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,320 183,320 00000000000003f679bf2e7b0c1a4e7167c5a9768afa388c4507343efede6c84 0.17 MB 376 194
183,319 183,319 0000000000000518f2d43046608ffad54e4d2f042f5a80cbeafd51bd7e66c648 0.05 MB 128 157
183,318 183,318 00000000000004c60c4565fc523cf20d2c79b8600316a5c91daaa1ecc3494144 0.10 MB 250 148
183,317 183,317 00000000000007f437f608b552ba4ac7cff80c515b177af8c3b6e160f8222390 0.21 MB 430 165
183,316 183,316 00000000000005733c68e1d1a53638584b6ca9cafe01e254aee6b84408265637 0.05 MB 80 476
183,315 183,315 00000000000005b424385ada3bd0279be129dd4737f6540074ad491f4d15239e 0.08 MB 182 233
183,314 183,314 00000000000006e3f4f713966550b5fa4bdd66169a42c1332ec6c6bb2d933f00 0.11 MB 258 126
183,313 183,313 000000000000017018d027bbc6996ef9cbb262ed73069ecffe9a8161d02d7b4f 0.16 MB 365 130
183,312 183,312 00000000000005eed15165c9e4849a7ed5ff531d95b05f25c16b012952553ba4 0.00 MB 10 15
183,311 183,311 00000000000002a44f1b78b6ca5724f006094ab34a1b92da10e08364b178614d 0.24 MB 575 223
183,310 183,310 000000000000044e7d9ad40ca02efd61254cbf300f46535ef18a4a5aad325518 0.09 MB 192 124
183,309 183,309 000000000000028f93d7573e8cf0998a7221bd322e5b6aaab37fdcf140b0956c 0.10 MB 256 175
183,308 183,308 00000000000000865f9db9634e896a7233d6c90294efac5346dcfb30bddc69bf 0.05 MB 138 62
183,307 183,307 000000000000087185434d4caa9893fee81a6bc60103c9f98d20f2dc45baceaf 0.05 MB 108 100
183,306 183,306 000000000000071751fc93578af837c9d213d406695eb8cde9e6c8306dd46ac9 0.00 MB 10 54
183,305 183,305 000000000000016d1f738d485e8ad2eb7eacabee7ac57db33627904635a19cde 0.00 MB 1 0
183,304 183,304 00000000000001b29195cc6eb6fcb71c7b9a3388c88273d30169599389d73378 0.08 MB 144 109
183,303 183,303 00000000000002a201849cf6974a61bc9070a2128f6df726d71e73ca7c13c0aa 0.02 MB 28 88
183,302 183,302 00000000000000d7fd6d400efb6018c9c71eb337d8ee70a551256eecfafd9f6f 0.02 MB 26 29
183,301 183,301 0000000000000954489d772e3a95b9bec13f5dc63f36bdf2fbf9e03624cca67d 0.23 MB 432 107
183,300 183,300 0000000000000a40353c058c3fd185e9f784aac1596082aaaaba96f5b0fe68fb 0.05 MB 126 106
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.