Memory Pool Memory Pool Refreshing

16,523 transactions
5.49 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (725,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,195 182,195 000000000000065de14d38fe609579c0ff4fc80918de0639cd961f6b034f51bf 0.21 MB 443 120
182,194 182,194 00000000000004053db646e6095811ec4240661dceff66d27815a1b4f332cfe3 0.23 MB 501 166
182,193 182,193 0000000000000955385789daf0f5a4cb87a59f19a3907a3f0fee27b4d7ff4dbe 0.03 MB 73 414
182,192 182,192 00000000000005288839dd7da52a36c176fa9d1f397ca34f8d1e92973981aaa9 0.24 MB 462 114
182,191 182,191 000000000000044cefad6f8d5d00b49834a8d02b2fe98c94ede1782720f2c838 0.00 MB 6 327
182,190 182,190 000000000000041fa1696fab0d360965fdc6a63251e0a169b8842100cd3a4cba 0.05 MB 119 92
182,189 182,189 00000000000009cd8e15cb34c8b0e14074a315763af9db2cc116f8d1947020b4 0.18 MB 421 116
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
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,624.61 GB sent, 93.00 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.