Memory Pool Memory Pool Refreshing

602 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (803,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,631 104,631 000000000000afaae6b1eb62d057302dbb743736c0bf6e3ff6b1bf5960f60366 0.00 MB 1 0
104,630 104,630 0000000000017b2c0a2a624881ec4b523b953f7d4d995f9a36b46ffb9619c7a1 0.00 MB 1 0
104,629 104,629 0000000000003c2628378f6b4e509675e4d101c6bb2cef86cae78dff51e485de 0.00 MB 1 0
104,628 104,628 0000000000021433c44c0bc19083cc826daa4dcbc9b2ee0eab74781bc12da88f 0.00 MB 4 0
104,627 104,627 00000000000271867e47891a52edade959828395f0f18a7d18e398b18c1bbfe5 0.00 MB 4 0
104,626 104,626 000000000002c9c629b90e670d8e5278c001af8b0d607e2aaa9825300bb042fb 0.00 MB 1 0
104,625 104,625 000000000000d1249c44fc05d9738c705cc3e2d180388fe9af7daa91acc14795 0.00 MB 1 0
104,624 104,624 000000000001c5bd1072a227ca87dbd159da4f8a0b66bdb618fc4a488c63e07c 0.00 MB 5 0
104,623 104,623 00000000000369fa982bd129e460c8dfe4a7608fa25bbb4a539fd55902ba89e4 0.01 MB 22 0
104,622 104,622 0000000000001702abeae53ed08138269182b406ff856ebfaf8afde10a47e5c0 0.00 MB 2 0
104,621 104,621 0000000000021e28e1fc0c7cf7c7cd55681de3f0f3d4851520694096336650dc 0.00 MB 1 0
104,620 104,620 0000000000036f5a67f1dbb493aa8a80b9b5404c898336585fdfdc0ad81020ea 0.00 MB 1 0
104,619 104,619 0000000000002a8001d2dcdb0dcdc1cad3716cfa99764c306f0a75c3a97653be 0.00 MB 1 0
104,618 104,618 00000000000020ad7643af5769c31780c4c40a83b4d852aa635ea18405d3da69 0.00 MB 1 0
104,617 104,617 000000000002db5f2a483d55ffa2e579901a3e60d32b9f80624729ebd04bf010 0.00 MB 2 0
104,616 104,616 000000000001ec2342fcb1f6c8c5137d5433a9ae50146b31bbca46f4d2c02bbc 0.00 MB 2 0
104,615 104,615 000000000002a353e66613856fd9cf00a3a4b1dcdd010945add2ca2da2ec7f1e 0.00 MB 5 0
104,614 104,614 0000000000015c83cc1058014698f2c4e5225a8019e2fb3ed406ee20d223f5ff 0.00 MB 1 0
104,613 104,613 000000000000dceb61d1a8c7166d8ea6a634538b94d777168518d073ee149b8a 0.00 MB 1 0
104,612 104,612 000000000000220867848151dcd3a6b4f1d4a0538f1a0ce68963602f5b162fc4 0.00 MB 1 0
104,611 104,611 000000000002c1194054ab429b7bd96bfa606023c1e2d0dd9952b84c57538b5f 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.