Memory Pool Memory Pool Refreshing

2,386 transactions
1.11 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
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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (579,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,442 328,442 00000000000000000480a7544f3b1097c4ce7fc6ef53ba110be84101573d7dfa 0.08 MB 129 18
328,441 328,441 00000000000000001b992d79a04fee6e12bd94033f3a52cd9bdc1a572c76be80 0.13 MB 283 29
328,440 328,440 00000000000000001a192d6a49e1491c7e2be4a3b83535d15dc2175fa1bd78ff 0.59 MB 831 23
328,439 328,439 000000000000000005c17c0c61fcf08bc29872b90ff20d94f14ba5b99c023957 0.34 MB 481 23
328,438 328,438 00000000000000001151fa15f9ebd650c347562fb975c89e2b19fe4a207a5049 0.56 MB 663 20
328,437 328,437 00000000000000000fd908a0137c47748937b9634d0bff9a9aa1ca041f5317c6 0.22 MB 421 27
328,436 328,436 00000000000000000c250557ff6ca4117348035a8f9219ce4bbc312ca63adbce 0.57 MB 1,068 26
328,435 328,435 00000000000000001846b79e390456c07cc7d6b19ee9eb622c48d25839f45a52 0.19 MB 346 26
328,434 328,434 000000000000000004cee0fd67164df16a22626d6a7760ed08f63358b735097e 0.33 MB 563 28
328,433 328,433 00000000000000001e14ef013d823fdfe2bdaf61394b9878360e8a507fba075d 0.35 MB 737 35
328,432 328,432 0000000000000000130f1002704db091d76d02efa0e9be82a71a6421bca249cf 0.26 MB 371 27
328,431 328,431 000000000000000000e8697d29ef5a2ba4967a9bddf27830bdc1d80d5bf8d0e6 0.48 MB 692 28
328,430 328,430 0000000000000000119904ef703a2d6dab5cc94df357796697a2f6d16bda6c73 0.10 MB 185 25
328,429 328,429 0000000000000000028fb77d87164a94a691c78ddf9ea67e3ca8eb6220147899 0.04 MB 81 28
328,428 328,428 00000000000000000fcd8be4222bb7ea1643f01c24cbcdd1db31d740cdcec3cb 0.31 MB 599 29
328,427 328,427 00000000000000001017e588379952b49af8ebdcc580b52bcd59bdbc4d847897 0.50 MB 1,035 29
328,426 328,426 00000000000000001d9982630f5681503ebd94c5dd9431b7cc3108ae87a835bb 0.17 MB 292 25
328,425 328,425 0000000000000000013dcc58614962fafe51721980a3f3c2c240995deb9ba16e 0.08 MB 110 22
328,424 328,424 00000000000000001090b959049b347b943a202caadb2d4ab8572fd3c7ce7811 0.17 MB 227 19
328,423 328,423 00000000000000000bbf2263087e8320e4d83994c9829a8c79987a661de8ccfb 0.20 MB 512 34
328,422 328,422 00000000000000000483f300d22427beefadcffb84b8c447f72d361112b1f19f 0.44 MB 742 26
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.