Memory Pool Memory Pool Refreshing

2,572 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,954 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (398,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,377 509,377 0000000000000000001487459fda41135323579baff9ac0ff0d5f87fc50cbb17 0.95 MB 1,594 58
509,376 509,376 0000000000000000001fb4d72ca889fae4a41acb4254a7fdbd60cd45ed993dbe 1.08 MB 2,634 109
509,375 509,375 000000000000000000336c3fb94e5caec1d57591ae08c7afe28043a5d236212b 0.04 MB 115 125
509,374 509,374 000000000000000000222864fe44df9a1c7b5dbc71b35ae9aa173697900a8713 1.02 MB 931 21
509,373 509,373 0000000000000000004efbc59f7e611b0ee53203697d59853d7494328dc6df2d 1.02 MB 547 14
509,372 509,372 000000000000000000069bbb56c1dc835706484d3b839cfbce32033e6a5f816b 1.01 MB 521 15
509,371 509,371 0000000000000000001cdb49423af6f89a96480a2d10309c0cb940bad0f5bfbe 1.02 MB 764 8
509,370 509,370 00000000000000000007cb21f2d40a41f0341de8fd263647c45dd650ac49a201 1.08 MB 2,461 72
509,369 509,369 00000000000000000016d4d27a3686825e8977cb9a1afe6731db5bbc5fe4f55b 0.40 MB 745 77
509,368 509,368 0000000000000000000066d19f01f377ffa60380c0797cfc5a41ecf80c902d53 1.04 MB 1,579 40
509,367 509,367 00000000000000000003b182a8b4714ba63585a74dca255cf0f127b6d7dd074c 1.03 MB 1,795 53
509,366 509,366 0000000000000000005dcd28566aa6ae87c2a4db319fdb59134cd743763bfb25 1.05 MB 1,809 53
509,365 509,365 0000000000000000003d93603a940deaceb0a1371aa4529ea885bc2ce722562d 1.01 MB 443 12
509,364 509,364 00000000000000000061ca000874a838b22b2502f16e1977c3d5e58e4ad8839a 1.01 MB 346 17
509,363 509,363 000000000000000000023ee814b178606a81a1ac8e33bda2d8f4ce0b0dbdf136 1.00 MB 101 3
509,362 509,362 0000000000000000004c7d5ab54b836d52cdfb833a64caa3f12f952c49d4a3a0 1.63 MB 443 15
509,361 509,361 000000000000000000472bcf2e74c94850ace3cd6e8dd100fc26d2f0b65eab5f 1.07 MB 2,170 86
509,360 509,360 0000000000000000005cf39a25a0d23f9bdacbd6fac7b9ea229e0556738c1ef6 1.66 MB 175 5
509,359 509,359 0000000000000000002efefb45eecd0cbf73f3c1cc75e7c00f4817dd9231a936 1.75 MB 273 8
509,358 509,358 0000000000000000005ef8d5eb8cec77ef41c5cdd88c2c6bc7ee673c389b8f00 1.05 MB 2,605 39
509,357 509,357 00000000000000000061e3e8f6c116e3b64f2f844914d31ffff6bb5a13d2f5f3 1.07 MB 2,256 93
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.67 GB sent, 94.44 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.