Memory Pool Memory Pool Refreshing

424 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (657,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,567 250,567 0000000000000010a1dc3c7633752c0570e05a68637ff872c358eb7b6ba68739 0.12 MB 300 95
250,566 250,566 0000000000000066bc47dc89b520b6af544c236d39f34c5d7c567319217d8f0a 0.01 MB 32 123
250,565 250,565 0000000000000014af32887bc7267fb784dab9ec058a5dfcdb96dc9cac1b75bf 0.06 MB 103 93
250,564 250,564 000000000000004c3d3cc5b8268492e1156040ce92069b8e27f8dc9c6883af6b 0.05 MB 136 119
250,563 250,563 000000000000006143d508535101aa454e1ca10b5ef0aa292f1d15e117647340 0.22 MB 532 131
250,562 250,562 0000000000000009d994bd72f184b2bdff99ae546f0f8e9a38f7b1955550f33a 0.10 MB 278 80
250,561 250,561 000000000000000cc355bda399f630b404e114e2e5f07c4e773c7d04eadd013c 0.36 MB 841 130
250,560 250,560 0000000000000016290a114eca6df28e354b166b8f2d38ab63676277538a4919 0.02 MB 58 135
250,559 250,559 0000000000000008a0ebaee958186632bc68d088dfac9f35b4f75650f57759a9 0.17 MB 429 129
250,558 250,558 00000000000000366f26f4ac48a03b65ba5f1697c91a69f27c2b78d6c65e5b8c 0.06 MB 169 139
250,557 250,557 00000000000000358b2e03951919266f5877575a255de87b7d8451ac4167ae7e 0.04 MB 63 35
250,556 250,556 0000000000000019bb71bce2de3ec86e7292b4469a9c08daaebf294dfd84ff7d 0.18 MB 436 123
250,555 250,555 0000000000000021b9434cb9f6fdc74fe30b889593ae3f17a27a9caffc8149cc 0.02 MB 54 104
250,554 250,554 00000000000000404ba58d24552710cdaa1eeafc53e1781f4146c59f6bea52c6 0.10 MB 192 98
250,553 250,553 00000000000000158244933dda2f0c995972c857013dbd3d4cf08b586c545bcd 0.14 MB 347 164
250,552 250,552 000000000000004e256f5cfce5b8bfff5d753886d348c117fd92ff4fb39bad0b 0.16 MB 343 53
250,551 250,551 0000000000000037e255f022fa3b57f1bbf1da29b2ff85541da08e9d45dc244e 0.25 MB 564 169
250,550 250,550 000000000000004d849b4b372846317e344f5963eb91ec2f41c097efaa823c4c 0.03 MB 64 162
250,549 250,549 000000000000005bd278315ef072b0f39d4b81998733e83daf2ebc8a7c8c6a42 0.08 MB 203 156
250,548 250,548 00000000000000060655cfe90fe07fa0d3e4e9192a7edee220e2b4e95f154120 0.05 MB 123 141
250,547 250,547 000000000000000cd1d95bfff7c8cea8fbc2571687ae9e9f762e7dc92e9c5e9f 0.16 MB 419 120
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.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.