Memory Pool Memory Pool Refreshing

2,569 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,546 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (704,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,474 203,474 0000000000000207baa471c3a2608a86a46f7308f357edf4536d0df37f539e99 0.05 MB 160 20
203,473 203,473 0000000000000167c097de42cc5db29e7513c2b9a2c78c3ef604a4b36cc40634 0.08 MB 283 142
203,472 203,472 0000000000000258a1a619e088b784d5c77aa9e37f6a292f1433fb7a5b29cf0d 0.43 MB 940 97
203,471 203,471 000000000000003c104d6f55c2c140dfcb865cf2ee22d4991a420c409c7de1cd 0.05 MB 88 4
203,470 203,470 00000000000002998d6eb0d847c581ae472cca18d5adcb847be0989b351eef44 0.26 MB 319 237
203,469 203,469 00000000000004be1b83b9739fd7e9ed95ab523e07f8a8f30c7e163bd34a0359 0.04 MB 89 87
203,468 203,468 00000000000002b0ca0faa8c3c123ea9a7529d4930c4869f93e799bb45802f40 0.12 MB 253 119
203,467 203,467 0000000000000507c1e076d5d2bf49883cd68eac8556d88b741269daac053b82 0.06 MB 142 104
203,466 203,466 0000000000000286b7359a7d552ed6e82f7881c3a8f39b6fc481666b0bb6cdd6 0.35 MB 820 160
203,465 203,465 000000000000011c6c10163150a3100ca8381d6c02f57f8d025e92eb285b1aff 0.15 MB 330 219
203,464 203,464 00000000000000552cb00e6ef733d157cfebcdbb463aad674cfa46f388a8bb8a 0.23 MB 457 176
203,463 203,463 00000000000002b4beabc54f3e6408811dcc992b95e6562125f050f3770279d4 0.01 MB 28 209
203,462 203,462 0000000000000358deaa58657bdbc126ffafda30776b020c86e9ba3a1ed25dcb 0.02 MB 34 178
203,461 203,461 0000000000000188dea131f7a4ebdd8f4db9f5d52e8777269c425c31fa9dfba3 0.09 MB 208 170
203,460 203,460 00000000000002e426e3637a43fc7351bad4d1002015bc628f3db2f99a84a203 0.04 MB 85 238
203,459 203,459 00000000000003a25a50b4954e1b3666cebe9af36db67b021b55c5233abf9708 0.10 MB 180 323
203,458 203,458 0000000000000039447ce59129c300f5e8d329c5ed6571ae4cfb4ddcadce36d4 0.06 MB 38 80
203,457 203,457 00000000000000449a1956d57f3d83aed663fc57d2a6754d3af854c3073e9f2d 0.01 MB 53 119
203,456 203,456 00000000000003f8b7ef62f569974995fc6b2f42ac43f25a7fe15a6895197b11 0.11 MB 69 69
203,455 203,455 00000000000004bad942f88f3689c699f2cfc4807893a9ee8e4f7559bd730b4e 0.05 MB 178 28
203,454 203,454 000000000000000ad89c9b8fcda65c2230d2da7907f404794d8d3b877a5fa4e8 0.23 MB 393 184
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.85 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.