Memory Pool Memory Pool Refreshing

6,261 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (700,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,314 207,314 00000000000003b44f9b8333352df5f2b53d569b883cce997737aaaceb4f3aec 0.07 MB 161 162
207,313 207,313 000000000000012fd18c1831cfd39c3ad2269d90b6adb7e84481e6e490ed0668 0.04 MB 65 118
207,312 207,312 00000000000004bb484be054d47e36ea4da0a564543473f3010e12b2b7b630eb 0.00 MB 13 60
207,311 207,311 000000000000019a63d7eff5a24bd4a87717839f6941d2e191fc0931f7e0f9ac 0.07 MB 157 150
207,310 207,310 00000000000004f471fe10c0c1697c1726f878cf98cb25bd3e2b0f70268bd4a3 0.29 MB 480 110
207,309 207,309 00000000000004ac77bc6aa93ca519386e2cb32da31fc8ae58cf4b9ad8e33054 0.06 MB 106 84
207,308 207,308 0000000000000246948b43ff9cc7444e9161ff32574bc00fe424a8320461247d 0.20 MB 236 108
207,307 207,307 00000000000000ef6645bd12f8872e53df2861c6ac505bdefc17f00727ade109 0.02 MB 29 119
207,306 207,306 00000000000000f1ffc24deed45692663317c50cc05dac280149c4318a432e7d 0.03 MB 48 128
207,305 207,305 000000000000003952d4aa093e10b815e6191a7d0050041d8ac46c49ac225a93 0.04 MB 102 198
207,304 207,304 000000000000015858568aa822e87c75c8ef66e9afef5219040cd0e46f0433d9 0.10 MB 151 126
207,303 207,303 00000000000003a76cb09f676745a0693170c14de1e5a8465feb0103684565a8 0.01 MB 57 25
207,302 207,302 000000000000025c55b3fb9b1296bd973e8a9b9aeed7ae68208131ee43708964 0.05 MB 136 186
207,301 207,301 00000000000002b32c5ace160cbf3d290e2439a755171e764e6cac50151cb7d5 0.25 MB 538 177
207,300 207,300 00000000000003493b283ef604db26cfd0138e5ee44c69a66de9754ff2e3eddf 0.01 MB 23 229
207,299 207,299 000000000000038bd110a3f119a5de95676c65cf847d70c64c89237a9e54f3dc 0.00 MB 4 0
207,298 207,298 000000000000016a95f3847677df3d6a3aa4d93f553ddd1178f0c8411a7577d5 0.04 MB 96 61
207,297 207,297 00000000000002c2ec7f8205d6281ccf207e4ea978ed9c7c8b51cfa4f34b4963 0.36 MB 847 221
207,296 207,296 000000000000032ff0a5d13067cb6d13903b6f01580b367fa515d415a58d9581 0.07 MB 149 205
207,295 207,295 000000000000015304214789ceb8a4c194c4d343c018ab870dd692ddaef1b222 0.21 MB 391 168
207,294 207,294 000000000000022ba68ec0efe1fcf988a0b5f7abf95937a7de002088e5812476 0.15 MB 371 186
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.