Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (327,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,581 580,581 000000000000000000062da626194c52e82547cb36e0e713efdb9c9214516aad 1.36 MB 2,627 72
580,580 580,580 000000000000000000119ad3fd97438a9ccd402f5041164b2db0606022f76ccf 1.34 MB 2,472 46
580,579 580,579 000000000000000000135f6d1cc981cccf4cfecf7f84a6ca3cda9ad58c8804b9 1.44 MB 2,484 82
580,578 580,578 000000000000000000161638454d858db7c54c30e9bb52e2b194a60e1603c6f4 1.45 MB 2,523 84
580,577 580,577 00000000000000000000461f6be502b77c437a8d069bd882d59f547445246a96 1.23 MB 1,358 24
580,576 580,576 00000000000000000020d3722f6e4ecf2e980af6aded28bdaad174c72e0e782d 1.26 MB 2,691 59
580,575 580,575 0000000000000000001902c8b0f5ea66a1ccf15a413ddf370cd0138b50c21d0c 1.26 MB 2,917 63
580,574 580,574 0000000000000000001163af440dcfe8c28c1ce288425305a804069d3f549e5b 1.26 MB 3,412 55
580,573 580,573 00000000000000000022812befd53f846ab992cc51fb7ba1e95353c41216a68b 1.28 MB 2,012 87
580,572 580,572 0000000000000000001e70f44a9b193fd8e5a6a09f399415748624e04675f4d4 1.44 MB 3,461 52
580,571 580,571 0000000000000000001711f59cbc50b3416eb09de219c52fa88b1f785ff18f9a 1.15 MB 2,087 44
580,570 580,570 000000000000000000078654c6d60221f57e20186bd9c39b64df62d6fb1caf4a 1.16 MB 2,887 54
580,569 580,569 0000000000000000001943f2850ca30a4fe9dd34647108c82f9baaa49c098a8f 1.22 MB 2,508 72
580,568 580,568 0000000000000000001afb426589ec600332062e40df1f657843859e3a38d766 1.35 MB 3,011 92
580,567 580,567 00000000000000000003078a2c84c3f934bf1aa3d8b14c7c27e5fc08a61c5efc 1.25 MB 2,598 73
580,566 580,566 0000000000000000000118f93fac552f4dcfedde2f54cabe3b1134256c608c83 1.30 MB 2,782 78
580,565 580,565 0000000000000000000415680bb2f13495879dbc89fa43263fcb3eb6df2095e8 1.38 MB 2,517 101
580,564 580,564 0000000000000000000f025b4d8dfd79b6d2996f02fe5bb52863854e8656f5d7 1.21 MB 2,835 79
580,563 580,563 00000000000000000019f9e818b29206207009a67cbb970b28acb2b88e689ca7 1.13 MB 2,909 61
580,562 580,562 000000000000000000189d00e5da3e33fb4b53869e046ad21c573af29dd592ae 1.31 MB 2,439 81
580,561 580,561 0000000000000000000c17c96dc2696b248917be7ac5bd13502e697e069bfae0 1.34 MB 2,436 82
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.