Memory Pool Memory Pool Refreshing

3,597 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,511 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (621,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,073 286,073 000000000000000028f3f104c396af0dca706aebc5d865f77548353d08d919f1 0.10 MB 217 43
286,072 286,072 0000000000000000e93e29dd272a38fc9eb867d7f97bb13359c78586d557e8c1 0.04 MB 88 34
286,071 286,071 000000000000000078b896f5fde850b6106321c94fc5f9d1ba8c17def2b73cb4 0.32 MB 574 31
286,070 286,070 000000000000000047d9b88152cc01b4d0eecc1fd345a2498f334445b5b621b6 0.06 MB 111 39
286,069 286,069 0000000000000001124002673945a7e2f725b9f6f3657b94548260ad661e5821 0.06 MB 202 133
286,068 286,068 000000000000000171b57ef4517b64d30f4649624e852deb45d526ef29078d9b 0.03 MB 73 59
286,067 286,067 0000000000000000f1a69c3fa2a8935379fc9238c2917b809180aba7d86da472 0.05 MB 153 44
286,066 286,066 00000000000000018b8a3ba405d1524288fd0e5be1fcdfed85c45ed3a77b8aaf 0.30 MB 568 37
286,065 286,065 00000000000000011da78fad8ef9f20c1387deffe0095cce201f16d0697b25d5 0.16 MB 378 44
286,064 286,064 00000000000000019ad9a1205b96d6a66ea7185d534e36cf3b4e569379475cb7 0.02 MB 44 39
286,063 286,063 0000000000000000f7a84b4cdda2f745b17c692ffef031ae948ab96cc41490fb 0.03 MB 64 30
286,062 286,062 000000000000000057749ac52ecdc4f50cc2311c2509f42687204d22362c2a6c 0.08 MB 158 30
286,061 286,061 0000000000000000f35e313973c79dfc7ded9ce6c54f73355757963d785af9d6 0.26 MB 585 41
286,060 286,060 000000000000000105b4668fa1d14090b51941ca577d4adb1fab50b7b0af9b09 0.12 MB 195 25
286,059 286,059 000000000000000060f55e2db4b462a8daa284cf96f4a12f08ddf0125dcc0b9b 0.06 MB 207 102
286,058 286,058 000000000000000166c1df0822d08ce6e718f973e49592b838bf6225fe74c649 0.04 MB 108 62
286,057 286,057 000000000000000109374c561e0aad7179672a9ebb3ad427ed8ae805cf7cae34 0.06 MB 96 16
286,056 286,056 0000000000000000faf45c11dd91ec4216337dc1c8696cf32a9567e5be6d21bc 0.06 MB 160 53
286,055 286,055 0000000000000000607f486fd71527cda9aff37a0ec523101cadf3e3f9383591 0.23 MB 338 20
286,054 286,054 0000000000000000db4449d6e40a8f7ab1bd4bbe2a93e783f323e6e43077e786 0.06 MB 192 90
286,053 286,053 000000000000000140f645f9cf120bca7a4bc88d5b337f3dfb8dcfba909002ee 0.02 MB 32 30
Previous 10 blocks ↓
Total Size: 768.96 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,614.99 GB sent, 92.60 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.