Memory Pool Memory Pool Refreshing

10,809 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,217 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (725,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,188 182,188 00000000000001c606c487f8ee3ced983dad98f7012698d50ce8c501bda60f22 0.18 MB 432 116
182,187 182,187 000000000000065e6541c817af4e0875ffbe25094845a44e56bc0470c0c92c30 0.21 MB 490 123
182,186 182,186 000000000000065687879773086655e18ff192c580918174e6307929ecab1c6e 0.05 MB 93 114
182,185 182,185 0000000000000a3b36135e74a06db8336168cc927b1d11a28a86b0bcc11119b1 0.04 MB 88 106
182,184 182,184 00000000000004c274d8e0287e84ac2383f9b3176e2b83b51d1079a9ddac134f 0.07 MB 179 158
182,183 182,183 00000000000003f19c1b55dfa729e58336aa8359745cc524304fa35c8054bebc 0.05 MB 126 121
182,182 182,182 00000000000008b9afd9a8cfbe076e686455fe7f4068f910f0011b5985dbb92b 0.00 MB 9 30
182,181 182,181 00000000000003d5898d19df8a26833866eedee2940caee95198d437d9617015 0.01 MB 30 56
182,180 182,180 0000000000000577d0be0c8b6c0b344e7a451b7492581a38e0a8a82021fe8cea 0.20 MB 497 154
182,179 182,179 00000000000000a3b9149cc74004a8dba3d395558fe8e7a2c10ed0523554123e 0.17 MB 375 440
182,178 182,178 000000000000032d2ef2087b638d20b9682001b539764075e873e71547decb99 0.04 MB 97 90
182,177 182,177 0000000000000a561a92613715785bf23a9e26970afc0ef2bbf2b63a99afe491 0.25 MB 553 128
182,176 182,176 000000000000074e3c7a53248db4fa0d37ead0633ee22b2265d25b5a5083245a 0.18 MB 389 100
182,175 182,175 00000000000003fb40fe512cc27668d198d09194fbf2794499cfd1ae5daf1143 0.27 MB 605 120
182,174 182,174 00000000000006237faadd710855e17e4d45a133995cf0de4ca436fd31b459e3 0.25 MB 585 335
182,173 182,173 00000000000004e9bf34d4e88919a9859c2aefa480404dd43d09c8935318365e 0.00 MB 10 0
182,172 182,172 000000000000038ac86bb92391f1f387f979b64f25c97413476568d25413fefe 0.25 MB 583 139
182,171 182,171 00000000000007ca0f1c218567c70dfe0cebb9a694ba08f393103fd779829aa4 0.00 MB 1 0
182,170 182,170 00000000000002c213ef1d71247e4548c9182f1a4e708d266205e07b5d2b4787 0.03 MB 77 240
182,169 182,169 0000000000000116d0e963a8d904a2c95da4d5e48e9c3f7b3d57c234fd226358 0.01 MB 20 65
182,168 182,168 000000000000007b042dea1678df2bf7b24d63dbb398e2ab1e08ae449e63ee8a 0.03 MB 34 58
Previous 10 blocks ↓
Total Size: 769.25 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.11 GB sent, 94.17 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.