Memory Pool Memory Pool Refreshing

3,334 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (782,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,630 125,630 0000000000002811b5b0ed503efa970a185f6ed233e0908aa5162fc35da0edc3 0.00 MB 6 309
125,629 125,629 00000000000034576b6e4aa1aa67683ce2ef414c0f12d35b578185201727a0cd 0.00 MB 10 345
125,628 125,628 00000000000004eb263bf065ad13741ef67f8ade6371dd332d7449543d745298 0.02 MB 72 3,320
125,627 125,627 0000000000000fd175963ef2bc8cad6345091c828e663147ed276ba57551a04e 0.00 MB 11 939
125,626 125,626 0000000000000fea0760232ba8bebbe0cc4b062d33da63ee4ac7b66652feaba8 0.00 MB 10 0
125,625 125,625 00000000000033c5f359aec178aa47f2a0a0fe3a71f2e851452805fa4474452f 0.01 MB 15 197
125,624 125,624 0000000000002c8afe7d6cdd40c7639231a1992243cbbfbf68ef07d55222e378 0.00 MB 10 3,026
125,623 125,623 00000000000042ed6cd8ecf232aa41350c735541d1ca5f61bc2f608a867caddf 0.00 MB 12 0
125,622 125,622 00000000000000628a555260218053c435a1d488e758885adacd442fd513f614 0.01 MB 18 886
125,621 125,621 00000000000006320069d1851cecbf2df9e23284522c6d5fea29419cad289947 0.01 MB 10 475
125,620 125,620 0000000000000ea7ed199440ce5c2afbc25cb088a6f08c60a97d1764179025b5 0.01 MB 26 1,091
125,619 125,619 0000000000003008f21a2b26b4b5fdbd2cfb26104f1c75e8a90284801a773541 0.00 MB 13 1,077
125,618 125,618 000000000000246a549e31dda556f43801245279d2d81411d9c6cbd06fbb1d4e 0.02 MB 56 2,643
125,617 125,617 00000000000035dac0b2f63f27dbb064ee63fe7eb4c794eae985b83d49bb26b3 0.01 MB 20 1,509
125,616 125,616 00000000000001346b791610b1971f1ab218af8b78418d87b145936d57b106b1 0.01 MB 28 1,636
125,615 125,615 0000000000002b616463c5c1958586f6a3842b09f01cf38ed5dd9f884d011ce5 0.00 MB 12 341
125,614 125,614 0000000000002c12c8c9f35a8528f86fbb45373f436e09bb47c14f9df7a76004 0.01 MB 13 1,518
125,613 125,613 0000000000000dbd85b2bbe792d638eaa68786dc7ce9cbe8079b9194a3659964 0.00 MB 10 1,694
125,612 125,612 00000000000019824a2804647023852e54923b45563459cfa9bf5486e58b1d61 0.00 MB 12 947
125,611 125,611 0000000000003d7c0932c7c7698c17712027db2cc6517100877dc67bd9fa8720 0.00 MB 12 0
125,610 125,610 0000000000001a55af3a1b7fc0040aad862367c01331ac41e1bd3ed239044ae2 0.00 MB 5 316
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.