Memory Pool Memory Pool Refreshing

4,517 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,429 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (584,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,207 323,207 0000000000000000099cf59c91e5ac8a7edb495d57ee044de7de57475fc93742 0.06 MB 113 21
323,206 323,206 0000000000000000030bbf8d0c450fa5d11d7531971467b8853e4618accc9b28 0.45 MB 732 24
323,205 323,205 00000000000000001876bb50d588d05435586e348827b2bbaaf2f2c7ec5cf389 0.39 MB 639 25
323,204 323,204 00000000000000000817d1327f57791ad77258d6c99f4d443694e89534dd3c2b 0.71 MB 1,181 23
323,203 323,203 00000000000000000ebaecf5985a6420799e3d43c04b1a57e99bdfa1dfc38a45 0.29 MB 441 23
323,202 323,202 000000000000000005f0c34dfc96c14910cffbc886852b9092c9744a97593fd1 0.04 MB 78 22
323,201 323,201 00000000000000000fd9f6d3cdebc6996ca4b6f6492be3b87bee1442cc257a96 0.12 MB 133 15
323,200 323,200 00000000000000001e5d3536b6c5ff0fb20a77091536e5097c44af28163f84e2 0.04 MB 65 17
323,199 323,199 00000000000000000ac5bd9b576cac3ae78d78980b47547bd2894ef4c727f985 0.74 MB 1,066 21
323,198 323,198 000000000000000009f10ef335b727d172f5fb6e7d6a3fbfcd23b438b02d029d 0.15 MB 512 51
323,197 323,197 00000000000000001d564db00d955af8df8e5060b3d9ee6b360634254264eddf 0.23 MB 442 25
323,196 323,196 0000000000000000185048cdec5a79b4d58832cadf6d0cef23bba78fe3441f92 0.70 MB 1,482 29
323,195 323,195 00000000000000000a22cd5f7d4ffe03adcd4257084c6b1e6e11ffd41650ca69 0.04 MB 128 35
323,194 323,194 0000000000000000014c8cb38248be4d414a417aeaee6bd77e320be672715af3 0.23 MB 410 24
323,193 323,193 00000000000000000daa3c269bb526db1b40b1947ddc9ad80adbe228270774d5 0.22 MB 258 18
323,192 323,192 00000000000000001053a919d982ccb10eeaf86b3bc9e1f8c6e32657bb629717 0.09 MB 256 39
323,191 323,191 00000000000000000b5cf516049c98c97035230e705683e0d63ddcfa8dfe009d 0.06 MB 96 28
323,190 323,190 00000000000000001e8c76ee4e82154246d4351d619b9fa2ec8af9e7a3287769 0.17 MB 310 22
323,189 323,189 0000000000000000189495060399cd8d881339a9bf886a1a5589af6bf447d968 0.17 MB 214 16
323,188 323,188 00000000000000000b33fdba64d24d0408d71f8f2c915f9fa3223b505fd1a99c 0.08 MB 110 19
323,187 323,187 00000000000000001779f103124b63a608dd443b7bbad7ba6f6234394c508d38 0.07 MB 98 9
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.