Memory Pool Memory Pool Refreshing

2,092 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,077 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (604,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,485 303,485 000000000000000032fef9376a2beaf33371eb1982a4a6794ad29dd00bd39ca7 0.31 MB 290 21
303,484 303,484 00000000000000002b1a4c9a01a3d92e4480d9b146f744257e23db502d87ca0f 0.25 MB 500 32
303,483 303,483 00000000000000005e21750475345ca4e5a82b2319aa6b1c8a464f6e97238148 0.10 MB 196 33
303,482 303,482 00000000000000001797cc6e912ec4e39822baf2fcf677ce961f4e310e8fa757 0.43 MB 561 23
303,481 303,481 0000000000000000573cb774ae562b261911d3b46096ed4435a3a33152322bc7 0.35 MB 872 38
303,480 303,480 00000000000000000480e6834d039f97084201cd39d118af34c70d23c1bc0848 0.11 MB 131 21
303,479 303,479 00000000000000006174ccef34ec1ca2539597bd5ca5997e302a7dd0a44bc6c6 0.00 MB 1 0
303,478 303,478 00000000000000003ed03f96ec22ebc39e2c636b9876fa74fede7bd762b91a11 0.23 MB 521 39
303,477 303,477 00000000000000002c376c93191a7ddf57e597dbd752eaa4e9dbfa87474b2ebe 0.02 MB 37 10
303,476 303,476 000000000000000018318e3dac5413ba03cb180dd360a33a6dc0731f518822d0 0.23 MB 444 29
303,475 303,475 0000000000000000594c851f29f6784a0f2fe6e05e09419b94c16cb1007bcd62 0.03 MB 62 31
303,474 303,474 00000000000000005ce9a4a1fc7404ca340ad539f3809b667ea26cf83a1c1ce6 0.07 MB 174 39
303,473 303,473 000000000000000009a4da15456a559b0af629823b68b28db8d4e404c736aa29 0.07 MB 139 33
303,472 303,472 000000000000000039433df2ce3fdc74a4c11f633266707d1031b844d7d42bfc 0.13 MB 145 38
303,471 303,471 0000000000000000569c8fa0da28f16b27aa8cfa999dbe14e5e1b421c797eba0 0.23 MB 217 19
303,470 303,470 00000000000000001188dd1bd98a5b9916340cddfc47790e119f2333baea6e11 0.35 MB 807 34
303,469 303,469 00000000000000000d5c5a01a63eef7beace00da62d3bad080f9d6e6a286295c 0.02 MB 55 32
303,468 303,468 000000000000000059ae44b45eb001037d7f5c4b665d821485b7ed6880e25600 0.07 MB 135 17
303,467 303,467 0000000000000000150bb49f89a6548f2728bad22c3e0d3d036deca3f6272cd3 0.03 MB 86 32
303,466 303,466 000000000000000015bba267e34da5d444c78464f23fd9cb206081bee8b96346 0.31 MB 616 33
303,465 303,465 0000000000000000541d413afb669847833a9d8d40f1b29f5f12baac5424f28e 0.07 MB 96 30
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.92 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.