Memory Pool Memory Pool Refreshing

10,278 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (824,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,262 83,262 000000000023a7fbdc84c6867d85819ad3f0de73fdae26400836830835788652 0.00 MB 1 0
83,261 83,261 00000000002f4d458fb669ea09d5f017e7a501e167927822e8d16320b1286e7d 0.00 MB 1 0
83,260 83,260 00000000000216ec5cd30eee3001ec8c9c2829c2cdab567849d4476118e8a9f7 0.00 MB 2 0
83,259 83,259 0000000000221fc44d6b0545baf056fb94137796482c67cd523c924cd789639e 0.00 MB 1 0
83,258 83,258 000000000006de884c24ea981ca73551df8a6a972deb477f27d184cc495f6f29 0.00 MB 1 0
83,257 83,257 000000000011db47494e9df1f743e4ae3b219dc2d7ee170ecc50239777e906c1 0.00 MB 2 0
83,256 83,256 0000000000302a962093a6ee2928ed36813bea5cf431f8916a6d7311e1906a91 0.00 MB 2 0
83,255 83,255 0000000000072e0d20fdefd83f2642982269a0ab6aafb5552b293bf43f7e6db5 0.00 MB 3 0
83,254 83,254 000000000028439bdb4fbdee6e68c3fe1265d767fa4159ff548d125ee6f694e1 0.00 MB 5 0
83,253 83,253 0000000000162644a94e325b22c6a9080432b6c6ef002a7838333ef38f728b08 0.00 MB 5 0
83,252 83,252 000000000012048729db7c18648c2348a57433a332960ca081c6b30f9d8e71cb 0.00 MB 12 0
83,251 83,251 0000000000254fbb9698a8b87b6a72e6c12a5c9d86e103356ce30a4e1e541213 0.00 MB 1 0
83,250 83,250 00000000000be74fba30bf83159c33f15eb745574d63cc72ee8bdffc62358616 0.00 MB 2 0
83,249 83,249 00000000002d1d9231e2cad678c30701ef20c7a6fcfe1e7c5f6477a864e7d171 0.00 MB 1 0
83,248 83,248 00000000001f10595716fc8b31a8bd60444ec7466b4c46ffe3c917823cf12d82 0.00 MB 5 0
83,247 83,247 0000000000305fdd32d87b11dabe82623fbe91db79c90f367ee44aac54ecef5d 0.00 MB 10 0
83,246 83,246 000000000023c4f4e2d059a7c84459bf4a2ffbb9bfe2ea13c69db35a2435dfcc 0.00 MB 7 0
83,245 83,245 000000000021892d9850d7ee97b2e6903e400d9959b569677fe41657c18f7d59 0.00 MB 2 0
83,244 83,244 0000000000037a19760b7d4b8fe1c201b72764d804734caa788aee13d5c6951d 0.00 MB 7 0
83,243 83,243 0000000000134a38423960cf6927f6cbdb4840ba38b037cf80c97f1ed608e886 0.00 MB 13 0
83,242 83,242 00000000001542278242c3335bd15e954c9ee766aa2754092f5dc1b317510985 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.