Memory Pool Memory Pool Refreshing

4,381 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,952 (752,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,564 155,564 000000000000052c7a7ec46e8ab616f54fdb0c2f4252e120173ef40775aee344 0.00 MB 11 27
155,563 155,563 0000000000000686777c8cf583b661c5d5f8acb2f761c4efd26a2173b6ba2766 0.01 MB 16 54
155,562 155,562 0000000000000e345f6a7e31f0e0240945bcce56dd5b51435c89be00317eff40 0.01 MB 24 24
155,561 155,561 00000000000001adbc0505062d6f66de50c5943693bb7ff41ce2810cc44b9e28 0.01 MB 22 37
155,560 155,560 000000000000075b5ffed11afb0c55e3d9f0ca5a5d220779663aaf181bbde4c3 0.02 MB 35 69
155,559 155,559 00000000000002f9372c43983dcd40d1f08f3dbf1888398ef477f6dda9c8a12f 0.00 MB 3 82
155,558 155,558 000000000000001e5a5e1b6f5eb4eda365a28d987f1e775412e555183cdd27f0 0.04 MB 118 60
155,557 155,557 00000000000006d416d2a5a4ebd493e6092775db3c82b84b7b67e844f90715c6 0.00 MB 8 29
155,556 155,556 0000000000000cf691eed6783d5a083882cecab496cee9081539f208190977a4 0.03 MB 76 100
155,555 155,555 00000000000005fda391745020cd5d17a00d6482279a1e5cc8ce33e558b277da 0.04 MB 45 127
155,554 155,554 0000000000000ec12385ed9210b5c26f6764a77e1fa3ece91586e6d5abf9167b 0.05 MB 100 32
155,553 155,553 0000000000000f038e1238ee7c2dca720d9bc2f34f4ece49bdd355cd5adb793c 0.01 MB 37 337
155,552 155,552 0000000000000796f64bfe30bd59465ffa878f78b3248b802c094f79f90e0e63 0.01 MB 27 12
155,551 155,551 0000000000000992532e5ba65ebe16114e8d926a50739f2964fccc162190c56a 0.00 MB 8 633
155,550 155,550 00000000000002a14166482c11e1117f0d1b922132ef33b678ff14247070a0a9 0.01 MB 34 1,852
155,549 155,549 0000000000000e2ea16f679f183f40408c0c6e3b1af0880d8cde9374411243db 0.02 MB 48 468
155,548 155,548 000000000000024ece0881bd6c659de9cece56735b9604c1ae6e465e43d204b7 0.02 MB 29 212
155,547 155,547 00000000000009b3ee8983b589d14c3755929476fc18dc3fe90cddd9a61bbe44 0.02 MB 49 24
155,546 155,546 000000000000070752cd4f033b9fb50682701b7ba8520565b04e2108ceceac48 0.01 MB 11 242
155,545 155,545 0000000000000cc2bf46412a64fd5bf8335dd504d655909eab7d79a323d1e94f 0.03 MB 27 41
155,544 155,544 0000000000000c86066cdc2dc8f6961da85b390e9bae9dd4e5b700830dc20f01 0.05 MB 199 18
Previous 10 blocks ↓
Total Size: 769.46 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,646.13 GB sent, 95.24 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.