Memory Pool Memory Pool Refreshing

5,007 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (645,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,299 262,299 000000000000000e6203d9a7c5278dcd15684542100bc1f7144ba7be918cb5d0 0.22 MB 391 69
262,298 262,298 00000000000000067a9a5968227d14865745805c0952aa1d015e0f4ce89b4b3a 0.08 MB 203 82
262,297 262,297 000000000000000331a1d1e1073adea9d5de8ed58dc04f32ebfa14c1b91b6d9d 0.03 MB 88 96
262,296 262,296 0000000000000016326a1f0df2d4922bfe02539bf6331c0d0c5691c60dd0ead6 0.05 MB 105 68
262,295 262,295 0000000000000010c6f6d7c4e27db8313b14cfbfe1e51a0c53fa5c7e0654a9ab 0.07 MB 132 54
262,294 262,294 000000000000000c7faf10932bfd5c94790560812a8d0e1ac2f0724f267a45f3 0.01 MB 30 55
262,293 262,293 0000000000000003390db50866e4e70ce65ab15a84b6881248db6e6a3e16e2b3 0.14 MB 48 9
262,292 262,292 000000000000000e32a0b0ee09a011bc330c4fdf91217801874c1f4931b8e2f2 0.03 MB 75 66
262,291 262,291 00000000000000079ddc64bf826a0138fa2500f80593d55dde4b8d4c38c9b9ad 0.30 MB 660 88
262,290 262,290 0000000000000005e97afd337035faf5a765780116fc79f3bd328c99d56f7550 0.08 MB 170 65
262,289 262,289 000000000000000e5c872dfd9be54bab6307e4db840d00145b11d70544d83254 0.05 MB 134 94
262,288 262,288 000000000000000d21a0834d62047120e8d4ad8417931b59d00cfb198e4464ce 0.06 MB 133 90
262,287 262,287 00000000000000141088425b4dd6f82d169f815c1eac499caa076073d8adb072 0.13 MB 261 97
262,286 262,286 00000000000000129f7781dc60db9eff11593ce559d6b2a7ebd022ed4b5b8c85 0.03 MB 78 118
262,285 262,285 000000000000000a2328528eb63dc450fc6f93ac74fdfb4b5da3f408df3bb5c1 0.15 MB 205 41
262,284 262,284 000000000000000bef8a2bf78368cf1dafe17b32535f35dd00184d290f06189c 0.01 MB 35 87
262,283 262,283 000000000000000d68a3313e3eeb1124f6d56f910e794ccbdd9e9b88015f485b 0.12 MB 218 15
262,282 262,282 0000000000000011bbd40912d81faf915b62d64df89ad36ea0c7805ba9a90d6d 0.16 MB 378 92
262,281 262,281 0000000000000014703708f85a50af347831d52aa2bf8eaed319e3a13df6dc23 0.52 MB 1,103 77
262,280 262,280 000000000000000256152d39cfb6edc03375c3f7137b8d581dd33162bb2c632f 0.50 MB 730 56
262,279 262,279 000000000000000ab9b8aaaa2f4ad1e69cbd27fc6187d0589bf61e4e8091bed5 0.25 MB 97 26
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.