Memory Pool Memory Pool Refreshing

5,285 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (790,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,436 117,436 000000000000925e2204d3c7949292fd3329119a8b011726a3c830243c1923ed 0.00 MB 13 345
117,435 117,435 000000000000710d77dc3730667271b8d8df2df4feb11b5c8590d183c4a8bc1e 0.00 MB 8 0
117,434 117,434 00000000000063825086a95b2e0984506f66dd2af60fcbb200f51fcb609ec364 0.00 MB 3 3,883
117,433 117,433 00000000000091a1d5857ef4862dcf0ef32d1556a882a590218f76c840ba498a 0.01 MB 10 340
117,432 117,432 000000000000066ab13f4076734eac9da423a4ee9dea0edd86dc556ee2b071e5 0.00 MB 10 284
117,431 117,431 00000000000032d04d95bd05c23e7b480de0ac3685f1669042a2a0a4d361d3bc 0.00 MB 11 655
117,430 117,430 00000000000068f89a0179aa812365c026f1d2cb2d52128c203b9eacf7b9b1b3 0.00 MB 6 617
117,429 117,429 00000000000000d2739dcef71589c45ef502cc97575d64ef6719bbaf1bcf6aa8 0.00 MB 6 719
117,428 117,428 000000000000295d9599757a4ce4001128bebd6ff11fc6e99891703276e87b57 0.00 MB 13 508
117,427 117,427 0000000000008425590c86a5a581a22df33aa43037d1b41c71eace951ecf671f 0.00 MB 13 894
117,426 117,426 000000000000636985f176085e97ad341f75073bada4cd9bada7df4e98a7751a 0.00 MB 11 883
117,425 117,425 00000000000050096bf938e6b374a252f13ef9e7726f6afdb0fad5439a5d054c 0.00 MB 11 835
117,424 117,424 0000000000001a4930f89fac072fc4d8ad39774cd23da7e8415365c89ad27591 0.01 MB 35 1,034
117,423 117,423 0000000000006260d9c0a35cdab912e3ac353e10bbd7aea6ce313975dc080cb7 0.00 MB 12 352
117,422 117,422 0000000000004e517248e001236fa1ea57879a2b48bf346cc069a5239ace4978 0.00 MB 11 362
117,421 117,421 0000000000007d63257db2415b2dbd317eba9198e2c952d8782fb4653c482c90 0.00 MB 20 0
117,420 117,420 000000000000478e8a54fa49ac4badfd472525ceefeeac6d22d4250e5b50be8c 0.00 MB 11 1,013
117,419 117,419 000000000000844805bb39328759860cbe832eb10776ce48a27a7b5c9d2d8659 0.00 MB 6 585
117,418 117,418 0000000000002442b382a9e8e708c89957339008a2cea51848a8a2db08967695 0.00 MB 9 341
117,417 117,417 000000000000af2f10fbc702146b766713b55c941e2e8613100c78b6cdcc6140 0.00 MB 13 0
117,416 117,416 0000000000005b7555a812b2eafd77513b25eedf9b15d459693fe71997df79c3 0.01 MB 29 780
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.57 GB sent, 94.34 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.