Memory Pool Memory Pool Refreshing

8,116 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (718,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,356 189,356 0000000000000322216b8d1dd14df51b5e3f284f3a4e88c7487888bc2823f5e1 0.08 MB 146 575
189,355 189,355 0000000000000598f5b425ec72406d098b1835356969061fb4f1c683246ef027 0.06 MB 117 894
189,354 189,354 00000000000004f5d144e9772dd4e6d1305a8b0aa9f932c516cbe27329516c25 0.09 MB 163 123
189,353 189,353 000000000000043f911a33b31f0f8d327ab330b1b99f3b355161d493529bcdc8 0.03 MB 45 16
189,352 189,352 000000000000053ec86b8b56de03b75284327e72f0d017627b6c133643130b8d 0.15 MB 398 139
189,351 189,351 000000000000095ce47eedd8c779ba43a5a16f56b8f9bf69bd88e3c695a285f7 0.16 MB 329 112
189,350 189,350 00000000000003f6a904d2e19755668c3f05254e89d4ffd72b35292acf517115 0.42 MB 808 108
189,349 189,349 00000000000004e450e79d0c73fdd97a483126b10334c4d1ce937dc294610b40 0.07 MB 167 118
189,348 189,348 00000000000007c8a10fa18f5b28ad996d3a6639b811167b15fd20e9483bd148 0.06 MB 169 166
189,347 189,347 000000000000042cb46970e94d26e222b837663c44caabc486fe71af5c7118dc 0.13 MB 269 101
189,346 189,346 00000000000000bab5b02e1e5c5cff0e26fa586b1ae3f85fe599a161a5f23d68 0.32 MB 512 125
189,345 189,345 000000000000026d92bd6716f240478e9320b50085fa3334ea9c1da0e40e7200 0.09 MB 235 138
189,344 189,344 00000000000006cfaa61729e0c41341046e2d7c7a491896a9b2a5b7e2fb4d435 0.05 MB 134 45
189,343 189,343 000000000000007983dd575d146c3d30492ea5ab84b4cda6c352e2b834f8e3c5 0.01 MB 32 35
189,342 189,342 0000000000000005b18eb8c2c96ee84221869d9e9b9954bcc3a46a1f126ad259 0.25 MB 509 123
189,341 189,341 0000000000000356105ba1f78146611fbd9c58d8269fd8ed594023ce0a10b9e4 0.03 MB 106 149
189,340 189,340 0000000000000993f4cdd423e660f33cbe29a880b8677223cae7ae06890a93b5 0.25 MB 524 113
189,339 189,339 00000000000000fab6efcfc24bc45c19b18d53acdd925fd1413bb9e5e0fa8e9d 0.16 MB 295 108
189,338 189,338 0000000000000784078e6adce534ae21e05ef369c9e8be47eedfed9cac741895 0.06 MB 181 99
189,337 189,337 00000000000007a4557bcbe80dd8e5782d0fc9d67b00b3b780732db1b7209ac7 0.20 MB 350 97
189,336 189,336 0000000000000365745925dde6f1d7c5c2f1d75f720086c071d3f489191fd2cf 0.23 MB 512 190
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.14 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.