Memory Pool Memory Pool Refreshing

2,705 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (573,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,301 334,301 000000000000000016ef188cfbe1ab818541c2cd55d16f31cb2b023fd5f47ffd 0.14 MB 172 19
334,300 334,300 0000000000000000164463cb40eb751e45df6b2cb9be314e9c216a50ac8a6685 0.22 MB 366 19
334,299 334,299 000000000000000003e01dde37ec0c588a5e182416562051203e007e549847fb 0.93 MB 1,272 20
334,298 334,298 00000000000000001a8b06c653ff139895fc46d54c90054aeb9864892132f33d 0.52 MB 510 18
334,297 334,297 0000000000000000185222606bd4167324820f8215f8beabdf81acc2fe4046ba 0.11 MB 103 11
334,296 334,296 00000000000000000d9c501449fe56f99445f965befaed2bc422ba7c631b4526 0.48 MB 635 20
334,295 334,295 0000000000000000035694bd692b38fd26c8527901412221c4eb4f819985799f 0.33 MB 391 29
334,294 334,294 000000000000000019bd3a10242fa53ee8f47a8b17dd6b38179cebb02df69f60 0.65 MB 558 14
334,293 334,293 00000000000000000a143edde103e11d870bb365dfb226dc6a5ef2378636f07f 0.75 MB 951 25
334,292 334,292 00000000000000000a06d8681179bfd1684050434abbbced04edcb9da2520cbc 0.12 MB 243 32
334,291 334,291 00000000000000000f1c3d6eb1292d61a11fc584876da5e7c189b28ea1949021 0.50 MB 1,200 31
334,290 334,290 00000000000000000c146358d2298031fbe9ee34a0552cf2cca1a0be9e7ef2bd 0.94 MB 1,157 20
334,289 334,289 000000000000000005c3958b167384a1264b75b85753744ffb5ff0dbe177ffe9 0.04 MB 67 23
334,288 334,288 00000000000000000eed76b6e99df960481eb43b427f86d41a0c43d5311347be 0.70 MB 972 25
334,287 334,287 00000000000000001b2804fa0a25317d03e160f6ec264070487f77012a1a52f7 0.08 MB 256 55
334,286 334,286 00000000000000000bf04168163d2ac480387e99e0d6d6088cceae9dd16f4e38 0.03 MB 39 26
334,285 334,285 000000000000000012d9c116fd7c97e9d1ae34c64270662ebde1c17f4e9e8865 0.17 MB 129 11
334,284 334,284 00000000000000001372745dd4e8a8900a25b874b3332f346888e7d7f6cf1db7 0.75 MB 624 15
334,283 334,283 000000000000000013022740ae54c448a4dfc75f1fa16bedf65615d9412a4c14 0.35 MB 939 49
334,282 334,282 000000000000000006a9ed5473c2d437585086918e727e65a1e4a74ddef4546e 0.26 MB 322 17
334,281 334,281 00000000000000001b06b4d7d21316ee2d70269a75a023dcc1cf4a602ab82fb2 0.16 MB 311 32
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.