Memory Pool Memory Pool Refreshing

6,119 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (608,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,594 299,594 00000000000000000cf802f92165c889d8464991562981db3c7e3792dad8a17f 0.16 MB 63 37
299,593 299,593 0000000000000000144dc14f7136c498ef20208b8481c5e27afa536f60c8387a 0.50 MB 588 19
299,592 299,592 000000000000000021498a6f352310386ae23348d53127d395728f3c89bd4049 0.35 MB 1,051 62
299,591 299,591 00000000000000005c39302b88f2095e7acd0fa39461583ae394d21be9e479a9 0.30 MB 169 11
299,590 299,590 0000000000000000422fd758459f5bb728b1280961388fe6a6f15d76d27fcd1f 0.12 MB 234 29
299,589 299,589 00000000000000000075669df30fdc90c9aecb40c101058ca6489509798dd39c 0.35 MB 827 39
299,588 299,588 00000000000000006715ae2bd6ef9413dd1540e34168e0f7753b52d4bfd25465 0.16 MB 369 34
299,587 299,587 000000000000000012941fecdb2803a4a4f24b6ce59444654cb74bb9c56b032b 0.20 MB 347 33
299,586 299,586 00000000000000006a2b155c209f0572c0e2470d5349aa60806e9ee5ea696066 0.63 MB 1,189 30
299,585 299,585 00000000000000001f2909c5d46ef65e68e2b7961e6551b7b31c511fff7e1f4f 0.25 MB 552 32
299,584 299,584 0000000000000000234e1cb95b4586f630a33282001003c322ea28829163663c 0.10 MB 169 26
299,583 299,583 00000000000000002848a41e671e3cd5c0bb8bb196e7501c4923bbf84c97c957 0.05 MB 103 31
299,582 299,582 0000000000000000287cce4145a68d3041788b10bd118bae58cd8d421649b1a7 0.16 MB 255 24
299,581 299,581 00000000000000004d4f9b4231526da36a62ab5cabdf9bfa27cb0257eda54531 0.19 MB 279 29
299,580 299,580 000000000000000033cac1b48e35a41c3834b7678269a5a5e8d3e61b618a6dca 0.35 MB 395 19
299,579 299,579 000000000000000000a7c7451993c03bc47c363300eac68e5dfa42f24691e4e0 0.35 MB 749 43
299,578 299,578 000000000000000022d91708862ebe765986e69b272dd5d1249c4057750dbe43 0.00 MB 10 28
299,577 299,577 00000000000000000056c61df118cf72660387c2baaa28665b55919416e061c4 0.75 MB 619 17
299,576 299,576 00000000000000005ec3ed2c927d4dd83fd8d98323abdda7c9706a02b43cbc64 0.35 MB 909 39
299,575 299,575 000000000000000067e4f043761eaf69a8149a0903d94dc33c564d5fdbb3430b 0.35 MB 1,046 54
299,574 299,574 0000000000000000087ebd01487da33c93a88e7c6e376ef49159052b41c2756d 0.04 MB 64 126
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.