Memory Pool Memory Pool Refreshing

19,700 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (47,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,554 860,554 0000000000000000000299d866c783c7ffca2637a7db75ee7aff6e26a75b866b 1.59 MB 6,490 2
860,553 860,553 00000000000000000000034afede19626e979e16befe28cc3b0307c0d6fbeed2 1.65 MB 2,932 4
860,552 860,552 00000000000000000001b28d2f033c81396631a78a60c9911bc01c37202895f6 1.57 MB 3,108 6
860,551 860,551 000000000000000000016eecfa272b3672f1a4fe27f19f378cf9326f7449ddb2 1.65 MB 7,840 2
860,550 860,550 00000000000000000002540bd1db0c73764334c334c1faad8d4fdc16c7bc8afe 1.68 MB 6,466 3
860,549 860,549 00000000000000000002f05d048e4988f60a5b06015f347c4bc0aff591aa1d2f 1.67 MB 4,872 3
860,548 860,548 000000000000000000008c815c4f47c01a834111a374faa3a88a50327c8503de 1.59 MB 3,311 5
860,547 860,547 000000000000000000021ca4201c0815c1e59cd5b3bdff8de5f222a7e7adc341 1.59 MB 2,935 5
860,546 860,546 0000000000000000000285c666a673602b02541d972a441a8c574c2fce40f16d 1.66 MB 7,665 2
860,545 860,545 00000000000000000001d2565c2ba10edbe7a4aa316a7f1cba378b8513bf7631 1.59 MB 6,585 3
860,544 860,544 00000000000000000000680d10608f523c4c8e5d6f1a0d948cc8e35b6ceed67e 1.58 MB 4,226 3
860,543 860,543 0000000000000000000294a49d3da0d7c8678c88b7997a8a622236fecb374c2a 1.50 MB 2,762 6
860,542 860,542 0000000000000000000196780fc440882cc5ba785ae8e78beff1d82d48f7311b 1.64 MB 7,068 2
860,541 860,541 000000000000000000027d9c655a1ad78f358ed4ed072859763febe93c433838 1.65 MB 4,705 3
860,540 860,540 00000000000000000001b610176f604bd6a9a5acb30a3bdb806f9b9f9be5c266 1.49 MB 7,511 2
860,539 860,539 000000000000000000021808f9c7960c247865cb03bbca664484496b6bac15d8 1.84 MB 3,890 4
860,538 860,538 000000000000000000010bdb67b39e2e84075bf4bf4a25fed775393cc0a1ec89 1.67 MB 6,343 3
860,537 860,537 000000000000000000024eb687b54c7e4c6bff34ad4df7c0b477e93f6104ee3f 1.63 MB 5,598 3
860,536 860,536 0000000000000000000272936284892bfc321a09457152acf9f43224011144e9 1.77 MB 3,289 5
860,535 860,535 000000000000000000013e0d373ace820b9e827b65a315bbdd8b709e4a06dc0f 1.87 MB 5,574 3
860,534 860,534 000000000000000000016bfa5328337db2f19777b0f69988ec9b35776a9794a4 1.74 MB 7,135 2
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.