Memory Pool Memory Pool Refreshing

9,354 transactions
19.31 vMB
Show Random Selection Loading Transactions
Max Size: 78/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
5 sats/vbyte 6
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
895,980 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 2,440 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 895,979 (723,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,626 172,626 000000000000060c675b2815fe5a8a348bb57d16679ad042f13b0c242428281d 0.01 MB 29 137
172,625 172,625 00000000000008e91d369ac3e1deb05c348b88333264dacdeb413dca3fd032d4 0.04 MB 134 23
172,624 172,624 00000000000000b8941a93d38ad00d3ad31cddbc40841dc7b2d0b6cec238ffa8 0.00 MB 8 1,070
172,623 172,623 00000000000004a1bbe7086fcff803f1974f72a7eb751aa110399449b7c66ab1 0.00 MB 1 0
172,622 172,622 000000000000098f643d30f2fbdb9c06d543c4769a71f9a1aacbea4bed3a0f0f 0.01 MB 17 19
172,621 172,621 0000000000000368ee89b4eb54049d50e21dfa9ae700977b832fb642baef5c62 0.00 MB 13 0
172,620 172,620 00000000000002d3aff0faa2dcc3c579797256b367918a71fa613a8ce0f546a4 0.03 MB 38 56
172,619 172,619 00000000000001529c0886623fce04f58d999f1cfbc9d9033d4750dfd19383f9 0.00 MB 1 0
172,618 172,618 00000000000003799f5426242c3d487f12753cf697a4fc7c4d3e6a4864127277 0.01 MB 29 24
172,617 172,617 00000000000009ffbbd76375cce5d36de62c6f4e7ec27e517e648fe8d15889b2 0.02 MB 45 45
172,616 172,616 000000000000075cf2c743338aa29fe539e7c8fb98d35dfea8ae8e2c6155fb5a 0.01 MB 37 63
172,615 172,615 000000000000067020505b21235511142d874d93977ce4c442945f9e40d2edfb 0.01 MB 14 55
172,614 172,614 0000000000000295f2d7b4bd8dfcc4f063095444032a5531f5451245746b4e0d 0.00 MB 13 14
172,613 172,613 00000000000003355c21ac34e7e8cfdfe6b7e83063b2e358737fd33817160e21 0.02 MB 61 31
172,612 172,612 00000000000006461a30fbf6d85c9ba3b9deb7c5ce3663560576917c60d5d733 0.01 MB 17 252
172,611 172,611 000000000000041da76a2ada3340e6ed6b1822ebe0828f3533890f46495e60a7 0.03 MB 58 47
172,610 172,610 00000000000006ab9ce236fd98b7f1fa0641ed17c9e8e1f8848b68e97514fe82 0.01 MB 11 44
172,609 172,609 000000000000092ba6adcea50dd1a54ed480dfab1d00ba90655a3cd30b96c587 0.01 MB 9 19
172,608 172,608 00000000000002efa143068d762dde02f033d864d25bdd143301beabeeaa57d0 0.00 MB 11 17
172,607 172,607 000000000000092c17342da97855770cc23965659fe74169aa107cdc5c598b1a 0.03 MB 58 134
172,606 172,606 00000000000005781bad14574e92143036447fc1eb85448cf0e82862c3f6c2dc 0.01 MB 16 37
Previous 10 blocks ↓
Total Size: 748.70 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: 528.47 GB sent, 3.36 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.